Html Css Color HEX #812421 Mandarian Orange

📋 copy color: '#812421'

red 129 ◦ green 36 ◦ blue 33

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

Shades of Mandarian Orange #812421

Tints of Mandarian Orange #812421

RGB

 RED value IS 129 (50.78% from 255) = 65.15%

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

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

R = 65.15%
G = 18.18%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#812421 (or 0x812421) is known color: Mandarian Orange. HEX triplet: 81, 24 and 21. RGB value is (129,36,33). Sum of RGB (Red+Green+Blue) = 129+36+33=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #812421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812421 is #7EDBDE. Grayscale: #3F3F3F. Windows color (decimal): -8313823 or 2172033. OLE color: 2172033.

HSL color Cylindrical-coordinate representation of color #812421: hue angle of 1.88º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812421 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 36 33 -
CMYK 0 0.72 0.74 0.49
HSL 1.88º 0.59% 0.32% -
HSV(B) 1.88º 0.74% 0.51% -
XYZ 9.96 6.04 2.08 -
YUV 63.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 129 36 33 0 0.72 0.74 0.49 1.88 0.59 0.32
Hex 81 24 21 0 48 4A 31 2 3B 20
Octal 201 44 41 0 110 112 61 2 73 40
Binary 10000001 100100 100001 0 1001000 1001010 110001 10 111011 100000

Color Harmonies of #812421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812421

Black with #812421

Text Example


Text Example

White with #812421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812421; }

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

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

background-color css

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

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

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

border-color css

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

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

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