Html Css Color HEX #980B08 Dark Red

📋 copy color: '#980B08'

red 152 ◦ green 11 ◦ blue 8

#980B08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #980B08

Tints of Dark Red #980B08

RGB

 RED value IS 152 (59.77% from 255) = 88.89%

 GREEN value IS 11 (4.69% from 255) = 6.43%

 BLUE value IS 8 (3.52% from 255) = 4.68%

R = 88.89%
G = 6.43%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#980B08 (or 0x980B08) is known color: Dark Red. HEX triplet: 98, 0B and 08. RGB value is (152,11,8). Sum of RGB (Red+Green+Blue) = 152+11+8=171 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.89% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 152 - color contains mainly: red. Hex color #980B08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980B08 is #67F4F7. Grayscale: #343434. Windows color (decimal): -6812920 or 527256. OLE color: 527256.

HSL color Cylindrical-coordinate representation of color #980B08: hue angle of 1.25º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980B08 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 11 8 -
CMYK 0 0.93 0.95 0.40
HSL 1.25º 0.9% 0.31% -
HSV(B) 1.25º 0.95% 0.6% -
XYZ 13.11 6.93 0.88 -
YUV 52.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 152 11 8 0 0.93 0.95 0.40 1.25 0.9 0.31
Hex 98 B 8 0 5D 5F 28 1 5A 1F
Octal 230 13 10 0 135 137 50 1 132 37
Binary 10011000 1011 1000 0 1011101 1011111 101000 1 1011010 11111

Color Harmonies of #980B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B08

Black with #980B08

Text Example


Text Example

White with #980B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980B08; }

 p { color: rgb(152,11,8); }

 H1.HeaderClassName
 {
   color: #980B08;
 }
 .AnyTagClassName
 {
   color: #980B08;
 }
</style>

background-color css

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

 a { background-color: rgb(152,11,8); }

 div.DivClassName
 {
   background-color: #980B08;
 }
 .BgClassName
 {
   background-color: #980B08;
 }
</style>

border-color css

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

 span { border-color: rgb(152,11,8); }

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