Html Css Color HEX #82241F Mandarian Orange

📋 copy color: '#82241F'

red 130 ◦ green 36 ◦ blue 31

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

Shades of Mandarian Orange #82241F

Tints of Mandarian Orange #82241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.27%

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

R = 65.99%
G = 18.27%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#82241F (or 0x82241F) is known color: Mandarian Orange. HEX triplet: 82, 24 and 1F. RGB value is (130,36,31). Sum of RGB (Red+Green+Blue) = 130+36+31=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #82241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82241F is #7DDBE0. Grayscale: #3F3F3F. Windows color (decimal): -8248289 or 2040962. OLE color: 2040962.

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

Color convert

RGB 130 36 31 -
CMYK 0 0.72 0.76 0.49
HSL 3.03º 0.61% 0.32% -
HSV(B) 3.03º 0.76% 0.51% -
XYZ 10.08 6.11 1.94 -
YUV 63.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 130 36 31 0 0.72 0.76 0.49 3.03 0.61 0.32
Hex 82 24 1F 0 48 4C 31 3 3D 20
Octal 202 44 37 0 110 114 61 3 75 40
Binary 10000010 100100 11111 0 1001000 1001100 110001 11 111101 100000

Color Harmonies of #82241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82241F

Black with #82241F

Text Example


Text Example

White with #82241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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