Html Css Color HEX #822621 Mandarian Orange

📋 copy color: '#822621'

red 130 ◦ green 38 ◦ blue 33

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

Shades of Mandarian Orange #822621

Tints of Mandarian Orange #822621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.91%

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

R = 64.68%
G = 18.91%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#822621 (or 0x822621) is known color: Mandarian Orange. HEX triplet: 82, 26 and 21. RGB value is (130,38,33). Sum of RGB (Red+Green+Blue) = 130+38+33=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #822621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822621 is #7DD9DE. Grayscale: #414141. Windows color (decimal): -8247775 or 2172546. OLE color: 2172546.

HSL color Cylindrical-coordinate representation of color #822621: hue angle of 3.09º 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 #822621 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 38 33 -
CMYK 0 0.71 0.75 0.49
HSL 3.09º 0.6% 0.32% -
HSV(B) 3.09º 0.75% 0.51% -
XYZ 10.17 6.24 2.11 -
YUV 64.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 130 38 33 0 0.71 0.75 0.49 3.09 0.6 0.32
Hex 82 26 21 0 47 4B 31 3 3C 20
Octal 202 46 41 0 107 113 61 3 74 40
Binary 10000010 100110 100001 0 1000111 1001011 110001 11 111100 100000

Color Harmonies of #822621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822621

Black with #822621

Text Example


Text Example

White with #822621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822621; }

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

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

background-color css

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

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

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

border-color css

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

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

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