Html Css Color HEX #82251D Mandarian Orange

📋 copy color: '#82251D'

red 130 ◦ green 37 ◦ blue 29

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

Shades of Mandarian Orange #82251D

Tints of Mandarian Orange #82251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.88%

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 66.33%
G = 18.88%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82251D (or 0x82251D) is known color: Mandarian Orange. HEX triplet: 82, 25 and 1D. RGB value is (130,37,29). Sum of RGB (Red+Green+Blue) = 130+37+29=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #82251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82251D is #7DDAE2. Grayscale: #404040. Windows color (decimal): -8248035 or 1910146. OLE color: 1910146.

HSL color Cylindrical-coordinate representation of color #82251D: hue angle of 4.75º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82251D is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 37 29 -
CMYK 0 0.72 0.78 0.49
HSL 4.75º 0.64% 0.31% -
HSV(B) 4.75º 0.78% 0.51% -
XYZ 10.09 6.16 1.82 -
YUV 63.9 108.31 175.15 -
System Red Green Blue C M Y K H S L
Decimal 130 37 29 0 0.72 0.78 0.49 4.75 0.64 0.31
Hex 82 25 1D 0 48 4E 31 5 40 1F
Octal 202 45 35 0 110 116 61 5 100 37
Binary 10000010 100101 11101 0 1001000 1001110 110001 101 1000000 11111

Color Harmonies of #82251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82251D

Black with #82251D

Text Example


Text Example

White with #82251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82251D; }

 p { color: rgb(130,37,29); }

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

background-color css

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

 a { background-color: rgb(130,37,29); }

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

border-color css

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

 span { border-color: rgb(130,37,29); }

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