Html Css Color HEX #971C1A Mandarian Orange

📋 copy color: '#971C1A'

red 151 ◦ green 28 ◦ blue 26

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

Shades of Mandarian Orange #971C1A

Tints of Mandarian Orange #971C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.66%

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 73.66%
G = 13.66%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#971C1A (or 0x971C1A) is known color: Mandarian Orange. HEX triplet: 97, 1C and 1A. RGB value is (151,28,26). Sum of RGB (Red+Green+Blue) = 151+28+26=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #971C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971C1A is #68E3E5. Grayscale: #404040. Windows color (decimal): -6874086 or 1711255. OLE color: 1711255.

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

Color convert

RGB 151 28 26 -
CMYK 0 0.81 0.83 0.41
HSL 0.96º 0.71% 0.35% -
HSV(B) 0.96º 0.83% 0.59% -
XYZ 13.36 7.48 1.72 -
YUV 64.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 151 28 26 0 0.81 0.83 0.41 0.96 0.71 0.35
Hex 97 1C 1A 0 51 53 29 1 47 23
Octal 227 34 32 0 121 123 51 1 107 43
Binary 10010111 11100 11010 0 1010001 1010011 101001 1 1000111 100011

Color Harmonies of #971C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971C1A

Black with #971C1A

Text Example


Text Example

White with #971C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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