Html Css Color HEX #971F0C Mandarian Orange

📋 copy color: '#971F0C'

red 151 ◦ green 31 ◦ blue 12

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

Shades of Mandarian Orange #971F0C

Tints of Mandarian Orange #971F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.98%

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 77.84%
G = 15.98%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#971F0C (or 0x971F0C) is known color: Mandarian Orange. HEX triplet: 97, 1F and 0C. RGB value is (151,31,12). Sum of RGB (Red+Green+Blue) = 151+31+12=194 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.84% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 151 - color contains mainly: red. Hex color #971F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971F0C is #68E0F3. Grayscale: #404040. Windows color (decimal): -6873332 or 794519. OLE color: 794519.

HSL color Cylindrical-coordinate representation of color #971F0C: hue angle of 8.2º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #971F0C is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 31 12 -
CMYK 0 0.79 0.92 0.41
HSL 8.2º 0.85% 0.32% -
HSV(B) 8.2º 0.92% 0.59% -
XYZ 13.32 7.59 1.11 -
YUV 64.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 151 31 12 0 0.79 0.92 0.41 8.2 0.85 0.32
Hex 97 1F C 0 4F 5C 29 8 55 20
Octal 227 37 14 0 117 134 51 10 125 40
Binary 10010111 11111 1100 0 1001111 1011100 101001 1000 1010101 100000

Color Harmonies of #971F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971F0C

Black with #971F0C

Text Example


Text Example

White with #971F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,31,12); }

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

background-color css

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

 a { background-color: rgb(151,31,12); }

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

border-color css

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

 span { border-color: rgb(151,31,12); }

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