Html Css Color HEX #971B18 Mandarian Orange

📋 copy color: '#971B18'

red 151 ◦ green 27 ◦ blue 24

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

Shades of Mandarian Orange #971B18

Tints of Mandarian Orange #971B18

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.37%

 BLUE value IS 24 (9.77% from 255) = 11.88%

R = 74.75%
G = 13.37%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#971B18 (or 0x971B18) is known color: Mandarian Orange. HEX triplet: 97, 1B and 18. RGB value is (151,27,24). Sum of RGB (Red+Green+Blue) = 151+27+24=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #971B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971B18 is #68E4E7. Grayscale: #3F3F3F. Windows color (decimal): -6874344 or 1579927. OLE color: 1579927.

HSL color Cylindrical-coordinate representation of color #971B18: hue angle of 1.42º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971B18 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 27 24 -
CMYK 0 0.82 0.84 0.41
HSL 1.42º 0.73% 0.34% -
HSV(B) 1.42º 0.84% 0.59% -
XYZ 13.32 7.43 1.6 -
YUV 63.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 151 27 24 0 0.82 0.84 0.41 1.42 0.73 0.34
Hex 97 1B 18 0 52 54 29 1 49 22
Octal 227 33 30 0 122 124 51 1 111 42
Binary 10010111 11011 11000 0 1010010 1010100 101001 1 1001001 100010

Color Harmonies of #971B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971B18

Black with #971B18

Text Example


Text Example

White with #971B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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