Html Css Color HEX #82231F Mandarian Orange

📋 copy color: '#82231F'

red 130 ◦ green 35 ◦ blue 31

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

Shades of Mandarian Orange #82231F

Tints of Mandarian Orange #82231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.86%

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

R = 66.33%
G = 17.86%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#82231F (or 0x82231F) is known color: Mandarian Orange. HEX triplet: 82, 23 and 1F. RGB value is (130,35,31). Sum of RGB (Red+Green+Blue) = 130+35+31=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #82231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82231F is #7DDCE0. Grayscale: #3F3F3F. Windows color (decimal): -8248545 or 2040706. OLE color: 2040706.

HSL color Cylindrical-coordinate representation of color #82231F: hue angle of 2.42º 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 #82231F is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 35 31 -
CMYK 0 0.73 0.76 0.49
HSL 2.42º 0.61% 0.32% -
HSV(B) 2.42º 0.76% 0.51% -
XYZ 10.05 6.05 1.93 -
YUV 62.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 130 35 31 0 0.73 0.76 0.49 2.42 0.61 0.32
Hex 82 23 1F 0 49 4C 31 2 3D 20
Octal 202 43 37 0 111 114 61 2 75 40
Binary 10000010 100011 11111 0 1001001 1001100 110001 10 111101 100000

Color Harmonies of #82231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82231F

Black with #82231F

Text Example


Text Example

White with #82231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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