Html Css Color HEX #80472B Korma

📋 copy color: '#80472B'

red 128 ◦ green 71 ◦ blue 43

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

Shades of Korma #80472B

Tints of Korma #80472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.77%

R = 52.89%
G = 29.34%
B = 17.77%

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

#80472B (or 0x80472B) is known color: Korma. HEX triplet: 80, 47 and 2B. RGB value is (128,71,43). Sum of RGB (Red+Green+Blue) = 128+71+43=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80472B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80472B is #7FB8D4. Grayscale: #555555. Windows color (decimal): -8370389 or 2836352. OLE color: 2836352.

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

Color convert

RGB 128 71 43 -
CMYK 0 0.45 0.66 0.50
HSL 19.76º 0.5% 0.34% -
HSV(B) 19.76º 0.66% 0.5% -
XYZ 11.59 9.27 3.46 -
YUV 84.85 104.38 158.78 -
System Red Green Blue C M Y K H S L
Decimal 128 71 43 0 0.45 0.66 0.50 19.76 0.5 0.34
Hex 80 47 2B 0 2D 42 32 14 32 22
Octal 200 107 53 0 55 102 62 24 62 42
Binary 10000000 1000111 101011 0 101101 1000010 110010 10100 110010 100010

Color Harmonies of #80472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80472B

Black with #80472B

Text Example


Text Example

White with #80472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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