Html Css Color HEX #822626 Mandarian Orange

📋 copy color: '#822626'

red 130 ◦ green 38 ◦ blue 38

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

Shades of Mandarian Orange #822626

Tints of Mandarian Orange #822626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.45%

R = 63.11%
G = 18.45%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#822626 (or 0x822626) is known color: Mandarian Orange. HEX triplet: 82, 26 and 26. RGB value is (130,38,38). Sum of RGB (Red+Green+Blue) = 130+38+38=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #822626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822626 is #7DD9D9. Grayscale: #414141. Windows color (decimal): -8247770 or 2500226. OLE color: 2500226.

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

Color convert

RGB 130 38 38 -
CMYK 0 0.71 0.71 0.49
HSL 0.55% 0.33% -
HSV(B) 0.71% 0.51% -
XYZ 10.25 6.27 2.5 -
YUV 65.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 130 38 38 0 0.71 0.71 0.49 0 0.55 0.33
Hex 82 26 26 0 47 47 31 0 37 21
Octal 202 46 46 0 107 107 61 0 67 41
Binary 10000010 100110 100110 0 1000111 1000111 110001 0 110111 100001

Color Harmonies of #822626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822626

Black with #822626

Text Example


Text Example

White with #822626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822626; }

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

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

background-color css

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

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

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

border-color css

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

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

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