Html Css Color HEX #971814 Mandarian Orange

📋 copy color: '#971814'

red 151 ◦ green 24 ◦ blue 20

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

Shades of Mandarian Orange #971814

Tints of Mandarian Orange #971814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.31%

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

R = 77.44%
G = 12.31%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#971814 (or 0x971814) is known color: Mandarian Orange. HEX triplet: 97, 18 and 14. RGB value is (151,24,20). Sum of RGB (Red+Green+Blue) = 151+24+20=195 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.44% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 151 - color contains mainly: red. Hex color #971814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971814 is #68E7EB. Grayscale: #3D3D3D. Windows color (decimal): -6875116 or 1317015. OLE color: 1317015.

HSL color Cylindrical-coordinate representation of color #971814: hue angle of 1.83º 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 #971814 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 24 20 -
CMYK 0 0.84 0.87 0.41
HSL 1.83º 0.77% 0.34% -
HSV(B) 1.83º 0.87% 0.59% -
XYZ 13.22 7.28 1.37 -
YUV 61.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 151 24 20 0 0.84 0.87 0.41 1.83 0.77 0.34
Hex 97 18 14 0 54 57 29 2 4D 22
Octal 227 30 24 0 124 127 51 2 115 42
Binary 10010111 11000 10100 0 1010100 1010111 101001 10 1001101 100010

Color Harmonies of #971814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971814

Black with #971814

Text Example


Text Example

White with #971814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971814; }

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

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

background-color css

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

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

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

border-color css

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

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

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