Html Css Color HEX #822823 Mandarian Orange

📋 copy color: '#822823'

red 130 ◦ green 40 ◦ blue 35

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

Shades of Mandarian Orange #822823

Tints of Mandarian Orange #822823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

 BLUE value IS 35 (14.06% from 255) = 17.07%

R = 63.41%
G = 19.51%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#822823 (or 0x822823) is known color: Mandarian Orange. HEX triplet: 82, 28 and 23. RGB value is (130,40,35). Sum of RGB (Red+Green+Blue) = 130+40+35=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #822823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822823 is #7DD7DC. Grayscale: #424242. Windows color (decimal): -8247261 or 2304130. OLE color: 2304130.

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

Color convert

RGB 130 40 35 -
CMYK 0 0.69 0.73 0.49
HSL 3.16º 0.58% 0.32% -
HSV(B) 3.16º 0.73% 0.51% -
XYZ 10.27 6.38 2.28 -
YUV 66.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 130 40 35 0 0.69 0.73 0.49 3.16 0.58 0.32
Hex 82 28 23 0 45 49 31 3 3A 20
Octal 202 50 43 0 105 111 61 3 72 40
Binary 10000010 101000 100011 0 1000101 1001001 110001 11 111010 100000

Color Harmonies of #822823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822823

Black with #822823

Text Example


Text Example

White with #822823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822823; }

 p { color: rgb(130,40,35); }

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

background-color css

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

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

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

border-color css

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

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

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