Html Css Color HEX #981509 Dark Red

📋 copy color: '#981509'

red 152 ◦ green 21 ◦ blue 9

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

Shades of Dark Red #981509

Tints of Dark Red #981509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.54%

 BLUE value IS 9 (3.91% from 255) = 4.95%

R = 83.52%
G = 11.54%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#981509 (or 0x981509) is known color: Dark Red. HEX triplet: 98, 15 and 09. RGB value is (152,21,9). Sum of RGB (Red+Green+Blue) = 152+21+9=182 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.52% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 152 - color contains mainly: red. Hex color #981509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981509 is #67EAF6. Grayscale: #3A3A3A. Windows color (decimal): -6810359 or 595352. OLE color: 595352.

HSL color Cylindrical-coordinate representation of color #981509: hue angle of 5.03º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #981509 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 21 9 -
CMYK 0 0.86 0.94 0.40
HSL 5.03º 0.89% 0.32% -
HSV(B) 5.03º 0.94% 0.6% -
XYZ 13.27 7.23 0.96 -
YUV 58.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 152 21 9 0 0.86 0.94 0.40 5.03 0.89 0.32
Hex 98 15 9 0 56 5E 28 5 59 20
Octal 230 25 11 0 126 136 50 5 131 40
Binary 10011000 10101 1001 0 1010110 1011110 101000 101 1011001 100000

Color Harmonies of #981509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981509

Black with #981509

Text Example


Text Example

White with #981509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981509; }

 p { color: rgb(152,21,9); }

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

background-color css

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

 a { background-color: rgb(152,21,9); }

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

border-color css

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

 span { border-color: rgb(152,21,9); }

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