Html Css Color HEX #972814 Mandarian Orange

📋 copy color: '#972814'

red 151 ◦ green 40 ◦ blue 20

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

Shades of Mandarian Orange #972814

Tints of Mandarian Orange #972814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 71.56%
G = 18.96%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#972814 (or 0x972814) is known color: Mandarian Orange. HEX triplet: 97, 28 and 14. RGB value is (151,40,20). Sum of RGB (Red+Green+Blue) = 151+40+20=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #972814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972814 is #68D7EB. Grayscale: #474747. Windows color (decimal): -6871020 or 1321111. OLE color: 1321111.

HSL color Cylindrical-coordinate representation of color #972814: hue angle of 9.16º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #972814 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 40 20 -
CMYK 0 0.74 0.87 0.41
HSL 9.16º 0.77% 0.34% -
HSV(B) 9.16º 0.87% 0.59% -
XYZ 13.65 8.15 1.52 -
YUV 70.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 151 40 20 0 0.74 0.87 0.41 9.16 0.77 0.34
Hex 97 28 14 0 4A 57 29 9 4D 22
Octal 227 50 24 0 112 127 51 11 115 42
Binary 10010111 101000 10100 0 1001010 1010111 101001 1001 1001101 100010

Color Harmonies of #972814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972814

Black with #972814

Text Example


Text Example

White with #972814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972814; }

 p { color: rgb(151,40,20); }

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

background-color css

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

 a { background-color: rgb(151,40,20); }

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

border-color css

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

 span { border-color: rgb(151,40,20); }

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