Html Css Color HEX #912421 Mandarian Orange

📋 copy color: '#912421'

red 145 ◦ green 36 ◦ blue 33

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

Shades of Mandarian Orange #912421

Tints of Mandarian Orange #912421

RGB

 RED value IS 145 (57.03% from 255) = 67.76%

 GREEN value IS 36 (14.45% from 255) = 16.82%

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

R = 67.76%
G = 16.82%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#912421 (or 0x912421) is known color: Mandarian Orange. HEX triplet: 91, 24 and 21. RGB value is (145,36,33). Sum of RGB (Red+Green+Blue) = 145+36+33=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #912421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912421 is #6EDBDE. Grayscale: #444444. Windows color (decimal): -7265247 or 2172049. OLE color: 2172049.

HSL color Cylindrical-coordinate representation of color #912421: hue angle of 1.61º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912421 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 36 33 -
CMYK 0 0.75 0.77 0.43
HSL 1.61º 0.63% 0.35% -
HSV(B) 1.61º 0.77% 0.57% -
XYZ 12.58 7.39 2.2 -
YUV 68.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 145 36 33 0 0.75 0.77 0.43 1.61 0.63 0.35
Hex 91 24 21 0 4B 4D 2B 2 3F 23
Octal 221 44 41 0 113 115 53 2 77 43
Binary 10010001 100100 100001 0 1001011 1001101 101011 10 111111 100011

Color Harmonies of #912421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912421

Black with #912421

Text Example


Text Example

White with #912421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912421; }

 p { color: rgb(145,36,33); }

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

background-color css

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

 a { background-color: rgb(145,36,33); }

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

border-color css

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

 span { border-color: rgb(145,36,33); }

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