Html Css Color HEX #812721 Mandarian Orange

📋 copy color: '#812721'

red 129 ◦ green 39 ◦ blue 33

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

Shades of Mandarian Orange #812721

Tints of Mandarian Orange #812721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.4%

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

R = 64.18%
G = 19.4%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#812721 (or 0x812721) is known color: Mandarian Orange. HEX triplet: 81, 27 and 21. RGB value is (129,39,33). Sum of RGB (Red+Green+Blue) = 129+39+33=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #812721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812721 is #7ED8DE. Grayscale: #414141. Windows color (decimal): -8313055 or 2172801. OLE color: 2172801.

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

Color convert

RGB 129 39 33 -
CMYK 0 0.70 0.74 0.49
HSL 3.75º 0.59% 0.32% -
HSV(B) 3.75º 0.74% 0.51% -
XYZ 10.05 6.23 2.11 -
YUV 65.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 129 39 33 0 0.70 0.74 0.49 3.75 0.59 0.32
Hex 81 27 21 0 46 4A 31 4 3B 20
Octal 201 47 41 0 106 112 61 4 73 40
Binary 10000001 100111 100001 0 1000110 1001010 110001 100 111011 100000

Color Harmonies of #812721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812721

Black with #812721

Text Example


Text Example

White with #812721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812721; }

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

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

background-color css

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

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

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

border-color css

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

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

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