Html Css Color HEX #812521 Mandarian Orange

📋 copy color: '#812521'

red 129 ◦ green 37 ◦ blue 33

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

Shades of Mandarian Orange #812521

Tints of Mandarian Orange #812521

RGB

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

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

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

R = 64.82%
G = 18.59%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#812521 (or 0x812521) is known color: Mandarian Orange. HEX triplet: 81, 25 and 21. RGB value is (129,37,33). Sum of RGB (Red+Green+Blue) = 129+37+33=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #812521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812521 is #7EDADE. Grayscale: #404040. Windows color (decimal): -8313567 or 2172289. OLE color: 2172289.

HSL color Cylindrical-coordinate representation of color #812521: hue angle of 2.5º 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 #812521 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 37 33 -
CMYK 0 0.71 0.74 0.49
HSL 2.5º 0.59% 0.32% -
HSV(B) 2.5º 0.74% 0.51% -
XYZ 9.99 6.1 2.09 -
YUV 64.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 129 37 33 0 0.71 0.74 0.49 2.5 0.59 0.32
Hex 81 25 21 0 47 4A 31 2 3B 20
Octal 201 45 41 0 107 112 61 2 73 40
Binary 10000001 100101 100001 0 1000111 1001010 110001 10 111011 100000

Color Harmonies of #812521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812521

Black with #812521

Text Example


Text Example

White with #812521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812521; }

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

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

background-color css

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

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

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

border-color css

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

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

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