Html Css Color HEX #80472A Korma

📋 copy color: '#80472A'

red 128 ◦ green 71 ◦ blue 42

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

Shades of Korma #80472A

Tints of Korma #80472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.43%

R = 53.11%
G = 29.46%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#80472A (or 0x80472A) is known color: Korma. HEX triplet: 80, 47 and 2A. RGB value is (128,71,42). Sum of RGB (Red+Green+Blue) = 128+71+42=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80472A is #7FB8D5. Grayscale: #545454. Windows color (decimal): -8370390 or 2770816. OLE color: 2770816.

HSL color Cylindrical-coordinate representation of color #80472A: hue angle of 20.23º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80472A is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 42 -
CMYK 0 0.45 0.67 0.50
HSL 20.23º 0.51% 0.33% -
HSV(B) 20.23º 0.67% 0.5% -
XYZ 11.57 9.26 3.37 -
YUV 84.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 128 71 42 0 0.45 0.67 0.50 20.23 0.51 0.33
Hex 80 47 2A 0 2D 43 32 14 33 21
Octal 200 107 52 0 55 103 62 24 63 41
Binary 10000000 1000111 101010 0 101101 1000011 110010 10100 110011 100001

Color Harmonies of #80472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80472A

Black with #80472A

Text Example


Text Example

White with #80472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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