Html Css Color HEX #822525 Mandarian Orange

📋 copy color: '#822525'

red 130 ◦ green 37 ◦ blue 37

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

Shades of Mandarian Orange #822525

Tints of Mandarian Orange #822525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.14%

R = 63.73%
G = 18.14%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#822525 (or 0x822525) is known color: Mandarian Orange. HEX triplet: 82, 25 and 25. RGB value is (130,37,37). Sum of RGB (Red+Green+Blue) = 130+37+37=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #822525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822525 is #7DDADA. Grayscale: #404040. Windows color (decimal): -8248027 or 2434434. OLE color: 2434434.

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

Color convert

RGB 130 37 37 -
CMYK 0 0.72 0.72 0.49
HSL 0.56% 0.33% -
HSV(B) 0.72% 0.51% -
XYZ 10.2 6.2 2.41 -
YUV 64.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 130 37 37 0 0.72 0.72 0.49 0 0.56 0.33
Hex 82 25 25 0 48 48 31 0 38 21
Octal 202 45 45 0 110 110 61 0 70 41
Binary 10000010 100101 100101 0 1001000 1001000 110001 0 111000 100001

Color Harmonies of #822525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822525

Black with #822525

Text Example


Text Example

White with #822525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822525; }

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

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

background-color css

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

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

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

border-color css

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

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

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