Html Css Color HEX #80551C Hot Curry

📋 copy color: '#80551C'

red 128 ◦ green 85 ◦ blue 28

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

Shades of Hot Curry #80551C

Tints of Hot Curry #80551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.27%

 BLUE value IS 28 (11.33% from 255) = 11.62%

R = 53.11%
G = 35.27%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80551C (or 0x80551C) is known color: Hot Curry. HEX triplet: 80, 55 and 1C. RGB value is (128,85,28). Sum of RGB (Red+Green+Blue) = 128+85+28=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80551C is #7FAAE3. Grayscale: #5B5B5B. Windows color (decimal): -8366820 or 1856896. OLE color: 1856896.

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

Color convert

RGB 128 85 28 -
CMYK 0 0.34 0.78 0.50
HSL 34.2º 0.64% 0.31% -
HSV(B) 34.2º 0.78% 0.5% -
XYZ 12.36 11.17 2.6 -
YUV 91.36 92.25 154.13 -
System Red Green Blue C M Y K H S L
Decimal 128 85 28 0 0.34 0.78 0.50 34.2 0.64 0.31
Hex 80 55 1C 0 22 4E 32 22 40 1F
Octal 200 125 34 0 42 116 62 42 100 37
Binary 10000000 1010101 11100 0 100010 1001110 110010 100010 1000000 11111

Color Harmonies of #80551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80551C

Black with #80551C

Text Example


Text Example

White with #80551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,85,28); }

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

background-color css

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

 a { background-color: rgb(128,85,28); }

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

border-color css

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

 span { border-color: rgb(128,85,28); }

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