#982633

Color #982633 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #982633

Tints of Bright Red #982633

Color information

#982633 (or 0x982633) is unknown color: approx Bright Red. HEX triplet: 98, 26 and 33. RGB value is (152,38,51). Sum of RGB (Red+Green+Blue) = 152+38+51=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #982633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982633 is #67D9CC. Grayscale: #494949. Windows color (decimal): -6805965 or 3352216. OLE color: 3352216.

HSL color Cylindrical-coordinate representation of color #982633: hue angle of 353.16º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982633 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB1523851-
CMYK00.750.660.40
HSL353.16º60%37.25%-
HSV(B)353.16º75%59.61%-
XYZ14.248.33.98-
YUV73.57115.27183.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 63.07%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 51 (20.31% from 255) = 21.16%
R=63.07%
G=15.77%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152385100.750.660.40353.166037.25
Hex98263304B42281613c25
Octal23046630113102505417445
Binary10011000100110110011010010111000010101000101100001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982633; }

 p { color: rgb(152,38,51); }

 H1.HeaderClassName
 {
   color: #982633;
 }
 .AnyTagClassName
 {
   color: #982633;
 }
</style>
background-color css

<style>
 a { background-color: #982633; }

 a { background-color: rgb(152,38,51); }

 div.DivClassName
 {
   background-color: #982633;
 }
 .BgClassName
 {
   background-color: #982633;
 }
</style>
border-color css

<style>
 span { border-color: #982633; }

 span { border-color: rgb(152,38,51); }

 td.TdClassName
 {
   border-color: #982633;
 }
 .TagClassName
 {
   border-color: #982633;
 }
</style>