Html Css Color HEX #822521 Mandarian Orange

📋 copy color: '#822521'

red 130 ◦ green 37 ◦ blue 33

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

Shades of Mandarian Orange #822521

Tints of Mandarian Orange #822521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.5%

R = 65%
G = 18.5%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#822521 (or 0x822521) is known color: Mandarian Orange. HEX triplet: 82, 25 and 21. RGB value is (130,37,33). Sum of RGB (Red+Green+Blue) = 130+37+33=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #822521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822521 is #7DDADE. Grayscale: #404040. Windows color (decimal): -8248031 or 2172290. OLE color: 2172290.

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

Color convert

RGB 130 37 33 -
CMYK 0 0.72 0.75 0.49
HSL 2.47º 0.6% 0.32% -
HSV(B) 2.47º 0.75% 0.51% -
XYZ 10.14 6.18 2.1 -
YUV 64.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 130 37 33 0 0.72 0.75 0.49 2.47 0.6 0.32
Hex 82 25 21 0 48 4B 31 2 3C 20
Octal 202 45 41 0 110 113 61 2 74 40
Binary 10000010 100101 100001 0 1001000 1001011 110001 10 111100 100000

Color Harmonies of #822521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822521

Black with #822521

Text Example


Text Example

White with #822521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822521; }

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

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

background-color css

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

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

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

border-color css

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

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

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