Html Css Color HEX #80422C Cumin

📋 copy color: '#80422C'

red 128 ◦ green 66 ◦ blue 44

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

Shades of Cumin #80422C

Tints of Cumin #80422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.73%

 BLUE value IS 44 (17.58% from 255) = 18.49%

R = 53.78%
G = 27.73%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80422C (or 0x80422C) is known color: Cumin. HEX triplet: 80, 42 and 2C. RGB value is (128,66,44). Sum of RGB (Red+Green+Blue) = 128+66+44=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80422C is #7FBDD3. Grayscale: #525252. Windows color (decimal): -8371668 or 2900608. OLE color: 2900608.

HSL color Cylindrical-coordinate representation of color #80422C: hue angle of 15.71º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80422C is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 44 -
CMYK 0 0.48 0.66 0.50
HSL 15.71º 0.49% 0.34% -
HSV(B) 15.71º 0.66% 0.5% -
XYZ 11.3 8.67 3.46 -
YUV 82.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 128 66 44 0 0.48 0.66 0.50 15.71 0.49 0.34
Hex 80 42 2C 0 30 42 32 10 31 22
Octal 200 102 54 0 60 102 62 20 61 42
Binary 10000000 1000010 101100 0 110000 1000010 110010 10000 110001 100010

Color Harmonies of #80422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80422C

Black with #80422C

Text Example


Text Example

White with #80422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80422C; }

 p { color: rgb(128,66,44); }

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

background-color css

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

 a { background-color: rgb(128,66,44); }

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

border-color css

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

 span { border-color: rgb(128,66,44); }

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