Html Css Color HEX #970802 Dark Red

📋 copy color: '#970802'

red 151 ◦ green 8 ◦ blue 2

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

Shades of Dark Red #970802

Tints of Dark Red #970802

RGB

 RED value IS 151 (59.38% from 255) = 93.79%

 GREEN value IS 8 (3.52% from 255) = 4.97%

 BLUE value IS 2 (1.17% from 255) = 1.24%

R = 93.79%
G = 4.97%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#970802 (or 0x970802) is known color: Dark Red. HEX triplet: 97, 08 and 02. RGB value is (151,8,2). Sum of RGB (Red+Green+Blue) = 151+8+2=161 (21% of max value = 765). Red value is 151 (59.38% from 255 or 93.79% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 151 - color contains mainly: red. Hex color #970802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970802 is #68F7FD. Grayscale: #323232. Windows color (decimal): -6879230 or 133271. OLE color: 133271.

HSL color Cylindrical-coordinate representation of color #970802: hue angle of 2.42º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970802 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 8 2 -
CMYK 0 0.95 0.99 0.41
HSL 2.42º 0.97% 0.3% -
HSV(B) 2.42º 0.99% 0.59% -
XYZ 12.86 6.76 0.68 -
YUV 50.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 151 8 2 0 0.95 0.99 0.41 2.42 0.97 0.3
Hex 97 8 2 0 5F 63 29 2 61 1E
Octal 227 10 2 0 137 143 51 2 141 36
Binary 10010111 1000 10 0 1011111 1100011 101001 10 1100001 11110

Color Harmonies of #970802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970802

Black with #970802

Text Example


Text Example

White with #970802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970802; }

 p { color: rgb(151,8,2); }

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

background-color css

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

 a { background-color: rgb(151,8,2); }

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

border-color css

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

 span { border-color: rgb(151,8,2); }

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