Html Css Color HEX #812424 Mandarian Orange

📋 copy color: '#812424'

red 129 ◦ green 36 ◦ blue 36

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

Shades of Mandarian Orange #812424

Tints of Mandarian Orange #812424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.91%

R = 64.18%
G = 17.91%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#812424 (or 0x812424) is known color: Mandarian Orange. HEX triplet: 81, 24 and 24. RGB value is (129,36,36). Sum of RGB (Red+Green+Blue) = 129+36+36=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #812424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812424 is #7EDBDB. Grayscale: #3F3F3F. Windows color (decimal): -8313820 or 2368641. OLE color: 2368641.

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

Color convert

RGB 129 36 36 -
CMYK 0 0.72 0.72 0.49
HSL 0.56% 0.32% -
HSV(B) 0.72% 0.51% -
XYZ 10 6.06 2.31 -
YUV 63.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 129 36 36 0 0.72 0.72 0.49 0 0.56 0.32
Hex 81 24 24 0 48 48 31 0 38 20
Octal 201 44 44 0 110 110 61 0 70 40
Binary 10000001 100100 100100 0 1001000 1001000 110001 0 111000 100000

Color Harmonies of #812424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812424

Black with #812424

Text Example


Text Example

White with #812424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812424; }

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

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

background-color css

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

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

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

border-color css

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

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

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