Html Css Color HEX #972008 Mandarian Orange

📋 copy color: '#972008'

red 151 ◦ green 32 ◦ blue 8

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

Shades of Mandarian Orange #972008

Tints of Mandarian Orange #972008

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.75%

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

R = 79.06%
G = 16.75%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#972008 (or 0x972008) is known color: Mandarian Orange. HEX triplet: 97, 20 and 08. RGB value is (151,32,8). Sum of RGB (Red+Green+Blue) = 151+32+8=191 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.06% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 151 - color contains mainly: red. Hex color #972008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972008 is #68DFF7. Grayscale: #414141. Windows color (decimal): -6873080 or 532631. OLE color: 532631.

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

Color convert

RGB 151 32 8 -
CMYK 0 0.79 0.95 0.41
HSL 10.07º 0.9% 0.31% -
HSV(B) 10.07º 0.95% 0.59% -
XYZ 13.32 7.63 1 -
YUV 64.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 151 32 8 0 0.79 0.95 0.41 10.07 0.9 0.31
Hex 97 20 8 0 4F 5F 29 A 5A 1F
Octal 227 40 10 0 117 137 51 12 132 37
Binary 10010111 100000 1000 0 1001111 1011111 101001 1010 1011010 11111

Color Harmonies of #972008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972008

Black with #972008

Text Example


Text Example

White with #972008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972008; }

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

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

background-color css

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

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

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

border-color css

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

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

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