Html Css Color HEX #972521 Mandarian Orange

📋 copy color: '#972521'

red 151 ◦ green 37 ◦ blue 33

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

Shades of Mandarian Orange #972521

Tints of Mandarian Orange #972521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

 BLUE value IS 33 (13.28% from 255) = 14.93%

R = 68.33%
G = 16.74%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#972521 (or 0x972521) is known color: Mandarian Orange. HEX triplet: 97, 25 and 21. RGB value is (151,37,33). Sum of RGB (Red+Green+Blue) = 151+37+33=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #972521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972521 is #68DADE. Grayscale: #464646. Windows color (decimal): -6871775 or 2172311. OLE color: 2172311.

HSL color Cylindrical-coordinate representation of color #972521: hue angle of 2.03º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972521 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 37 33 -
CMYK 0 0.75 0.78 0.41
HSL 2.03º 0.64% 0.36% -
HSV(B) 2.03º 0.78% 0.59% -
XYZ 13.7 8.01 2.26 -
YUV 70.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 151 37 33 0 0.75 0.78 0.41 2.03 0.64 0.36
Hex 97 25 21 0 4B 4E 29 2 40 24
Octal 227 45 41 0 113 116 51 2 100 44
Binary 10010111 100101 100001 0 1001011 1001110 101001 10 1000000 100100

Color Harmonies of #972521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972521

Black with #972521

Text Example


Text Example

White with #972521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972521; }

 p { color: rgb(151,37,33); }

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

background-color css

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

 a { background-color: rgb(151,37,33); }

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

border-color css

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

 span { border-color: rgb(151,37,33); }

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