Html Css Color HEX #812420 Mandarian Orange

📋 copy color: '#812420'

red 129 ◦ green 36 ◦ blue 32

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

Shades of Mandarian Orange #812420

Tints of Mandarian Orange #812420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.24%

R = 65.48%
G = 18.27%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#812420 (or 0x812420) is known color: Mandarian Orange. HEX triplet: 81, 24 and 20. RGB value is (129,36,32). Sum of RGB (Red+Green+Blue) = 129+36+32=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #812420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812420 is #7EDBDF. Grayscale: #3F3F3F. Windows color (decimal): -8313824 or 2106497. OLE color: 2106497.

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

Color convert

RGB 129 36 32 -
CMYK 0 0.72 0.75 0.49
HSL 2.47º 0.6% 0.32% -
HSV(B) 2.47º 0.75% 0.51% -
XYZ 9.94 6.03 2.01 -
YUV 63.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 129 36 32 0 0.72 0.75 0.49 2.47 0.6 0.32
Hex 81 24 20 0 48 4B 31 2 3C 20
Octal 201 44 40 0 110 113 61 2 74 40
Binary 10000001 100100 100000 0 1001000 1001011 110001 10 111100 100000

Color Harmonies of #812420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812420

Black with #812420

Text Example


Text Example

White with #812420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812420; }

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

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

background-color css

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

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

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

border-color css

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

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

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