Html Css Color HEX #971A0E Mandarian Orange

📋 copy color: '#971A0E'

red 151 ◦ green 26 ◦ blue 14

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

Shades of Mandarian Orange #971A0E

Tints of Mandarian Orange #971A0E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.61%

 BLUE value IS 14 (5.86% from 255) = 7.33%

R = 79.06%
G = 13.61%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#971A0E (or 0x971A0E) is known color: Mandarian Orange. HEX triplet: 97, 1A and 0E. RGB value is (151,26,14). Sum of RGB (Red+Green+Blue) = 151+26+14=191 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.06% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 151 - color contains mainly: red. Hex color #971A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971A0E is #68E5F1. Grayscale: #3E3E3E. Windows color (decimal): -6874610 or 924311. OLE color: 924311.

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

Color convert

RGB 151 26 14 -
CMYK 0 0.83 0.91 0.41
HSL 5.26º 0.83% 0.32% -
HSV(B) 5.26º 0.91% 0.59% -
XYZ 13.21 7.35 1.14 -
YUV 62.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 151 26 14 0 0.83 0.91 0.41 5.26 0.83 0.32
Hex 97 1A E 0 53 5B 29 5 53 20
Octal 227 32 16 0 123 133 51 5 123 40
Binary 10010111 11010 1110 0 1010011 1011011 101001 101 1010011 100000

Color Harmonies of #971A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971A0E

Black with #971A0E

Text Example


Text Example

White with #971A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,26,14); }

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

background-color css

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

 a { background-color: rgb(151,26,14); }

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

border-color css

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

 span { border-color: rgb(151,26,14); }

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