Html Css Color HEX #81271E Mandarian Orange

📋 copy color: '#81271E'

red 129 ◦ green 39 ◦ blue 30

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

Shades of Mandarian Orange #81271E

Tints of Mandarian Orange #81271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.15%

R = 65.15%
G = 19.7%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#81271E (or 0x81271E) is known color: Mandarian Orange. HEX triplet: 81, 27 and 1E. RGB value is (129,39,30). Sum of RGB (Red+Green+Blue) = 129+39+30=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #81271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81271E is #7ED8E1. Grayscale: #414141. Windows color (decimal): -8313058 or 1976193. OLE color: 1976193.

HSL color Cylindrical-coordinate representation of color #81271E: hue angle of 5.45º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81271E is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 39 30 -
CMYK 0 0.70 0.77 0.49
HSL 5.45º 0.62% 0.31% -
HSV(B) 5.45º 0.77% 0.51% -
XYZ 10.01 6.21 1.9 -
YUV 64.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 129 39 30 0 0.70 0.77 0.49 5.45 0.62 0.31
Hex 81 27 1E 0 46 4D 31 5 3E 1F
Octal 201 47 36 0 106 115 61 5 76 37
Binary 10000001 100111 11110 0 1000110 1001101 110001 101 111110 11111

Color Harmonies of #81271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81271E

Black with #81271E

Text Example


Text Example

White with #81271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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