Html Css Color HEX #802622 Mandarian Orange

📋 copy color: '#802622'

red 128 ◦ green 38 ◦ blue 34

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

Shades of Mandarian Orange #802622

Tints of Mandarian Orange #802622

RGB

 RED value IS 128 (50.39% from 255) = 64%

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

 BLUE value IS 34 (13.67% from 255) = 17%

R = 64%
G = 19%
B = 17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#802622 (or 0x802622) is known color: Mandarian Orange. HEX triplet: 80, 26 and 22. RGB value is (128,38,34). Sum of RGB (Red+Green+Blue) = 128+38+34=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #802622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802622 is #7FD9DD. Grayscale: #404040. Windows color (decimal): -8378846 or 2238080. OLE color: 2238080.

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

Color convert

RGB 128 38 34 -
CMYK 0 0.70 0.73 0.50
HSL 2.55º 0.58% 0.32% -
HSV(B) 2.55º 0.73% 0.5% -
XYZ 9.88 6.09 2.17 -
YUV 64.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 128 38 34 0 0.70 0.73 0.50 2.55 0.58 0.32
Hex 80 26 22 0 46 49 32 3 3A 20
Octal 200 46 42 0 106 111 62 3 72 40
Binary 10000000 100110 100010 0 1000110 1001001 110010 11 111010 100000

Color Harmonies of #802622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802622

Black with #802622

Text Example


Text Example

White with #802622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802622; }

 p { color: rgb(128,38,34); }

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

background-color css

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

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

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

border-color css

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

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

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