Html Css Color HEX #82271F Mandarian Orange

📋 copy color: '#82271F'

red 130 ◦ green 39 ◦ blue 31

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

Shades of Mandarian Orange #82271F

Tints of Mandarian Orange #82271F

RGB

 RED value IS 130 (51.17% from 255) = 65%

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

 BLUE value IS 31 (12.5% from 255) = 15.5%

R = 65%
G = 19.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#82271F (or 0x82271F) is known color: Mandarian Orange. HEX triplet: 82, 27 and 1F. RGB value is (130,39,31). Sum of RGB (Red+Green+Blue) = 130+39+31=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #82271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82271F is #7DD8E0. Grayscale: #414141. Windows color (decimal): -8247521 or 2041730. OLE color: 2041730.

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

Color convert

RGB 130 39 31 -
CMYK 0 0.70 0.76 0.49
HSL 4.85º 0.61% 0.32% -
HSV(B) 4.85º 0.76% 0.51% -
XYZ 10.18 6.3 1.98 -
YUV 65.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 130 39 31 0 0.70 0.76 0.49 4.85 0.61 0.32
Hex 82 27 1F 0 46 4C 31 5 3D 20
Octal 202 47 37 0 106 114 61 5 75 40
Binary 10000010 100111 11111 0 1000110 1001100 110001 101 111101 100000

Color Harmonies of #82271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82271F

Black with #82271F

Text Example


Text Example

White with #82271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82271F; }

 p { color: rgb(130,39,31); }

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

background-color css

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

 a { background-color: rgb(130,39,31); }

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

border-color css

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

 span { border-color: rgb(130,39,31); }

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