Html Css Color HEX #972A26 Mandarian Orange

📋 copy color: '#972A26'

red 151 ◦ green 42 ◦ blue 38

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

Shades of Mandarian Orange #972A26

Tints of Mandarian Orange #972A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.18%

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

R = 65.37%
G = 18.18%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#972A26 (or 0x972A26) is known color: Mandarian Orange. HEX triplet: 97, 2A and 26. RGB value is (151,42,38). Sum of RGB (Red+Green+Blue) = 151+42+38=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #972A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972A26 is #68D5D9. Grayscale: #4A4A4A. Windows color (decimal): -6870490 or 2501271. OLE color: 2501271.

HSL color Cylindrical-coordinate representation of color #972A26: hue angle of 2.12º 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 #972A26 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 42 38 -
CMYK 0 0.72 0.75 0.41
HSL 2.12º 0.6% 0.37% -
HSV(B) 2.12º 0.75% 0.59% -
XYZ 13.94 8.38 2.72 -
YUV 74.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 151 42 38 0 0.72 0.75 0.41 2.12 0.6 0.37
Hex 97 2A 26 0 48 4B 29 2 3C 25
Octal 227 52 46 0 110 113 51 2 74 45
Binary 10010111 101010 100110 0 1001000 1001011 101001 10 111100 100101

Color Harmonies of #972A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972A26

Black with #972A26

Text Example


Text Example

White with #972A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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