Html Css Color HEX #972D26 Mandarian Orange

📋 copy color: '#972D26'

red 151 ◦ green 45 ◦ blue 38

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

Shades of Mandarian Orange #972D26

Tints of Mandarian Orange #972D26

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.23%

 BLUE value IS 38 (15.23% from 255) = 16.24%

R = 64.53%
G = 19.23%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#972D26 (or 0x972D26) is known color: Mandarian Orange. HEX triplet: 97, 2D and 26. RGB value is (151,45,38). Sum of RGB (Red+Green+Blue) = 151+45+38=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #972D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972D26 is #68D2D9. Grayscale: #4C4C4C. Windows color (decimal): -6869722 or 2502039. OLE color: 2502039.

HSL color Cylindrical-coordinate representation of color #972D26: hue angle of 3.72º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972D26 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 45 38 -
CMYK 0 0.70 0.75 0.41
HSL 3.72º 0.6% 0.37% -
HSV(B) 3.72º 0.75% 0.59% -
XYZ 14.05 8.6 2.75 -
YUV 75.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 151 45 38 0 0.70 0.75 0.41 3.72 0.6 0.37
Hex 97 2D 26 0 46 4B 29 4 3C 25
Octal 227 55 46 0 106 113 51 4 74 45
Binary 10010111 101101 100110 0 1000110 1001011 101001 100 111100 100101

Color Harmonies of #972D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972D26

Black with #972D26

Text Example


Text Example

White with #972D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972D26; }

 p { color: rgb(151,45,38); }

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

background-color css

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

 a { background-color: rgb(151,45,38); }

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

border-color css

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

 span { border-color: rgb(151,45,38); }

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