Html Css Color HEX #80472C Korma

📋 copy color: '#80472C'

red 128 ◦ green 71 ◦ blue 44

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

Shades of Korma #80472C

Tints of Korma #80472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.22%

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

R = 52.67%
G = 29.22%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80472C (or 0x80472C) is known color: Korma. HEX triplet: 80, 47 and 2C. RGB value is (128,71,44). Sum of RGB (Red+Green+Blue) = 128+71+44=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80472C is #7FB8D3. Grayscale: #555555. Windows color (decimal): -8370388 or 2901888. OLE color: 2901888.

HSL color Cylindrical-coordinate representation of color #80472C: hue angle of 19.29º 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 #80472C is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 44 -
CMYK 0 0.45 0.66 0.50
HSL 19.29º 0.49% 0.34% -
HSV(B) 19.29º 0.66% 0.5% -
XYZ 11.61 9.28 3.56 -
YUV 84.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 128 71 44 0 0.45 0.66 0.50 19.29 0.49 0.34
Hex 80 47 2C 0 2D 42 32 13 31 22
Octal 200 107 54 0 55 102 62 23 61 42
Binary 10000000 1000111 101100 0 101101 1000010 110010 10011 110001 100010

Color Harmonies of #80472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80472C

Black with #80472C

Text Example


Text Example

White with #80472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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