Html Css Color HEX #80512B Korma

📋 copy color: '#80512B'

red 128 ◦ green 81 ◦ blue 43

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

Shades of Korma #80512B

Tints of Korma #80512B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.14%

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

R = 50.79%
G = 32.14%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80512B (or 0x80512B) is known color: Korma. HEX triplet: 80, 51 and 2B. RGB value is (128,81,43). Sum of RGB (Red+Green+Blue) = 128+81+43=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #80512B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80512B is #7FAED4. Grayscale: #5A5A5A. Windows color (decimal): -8367829 or 2838912. OLE color: 2838912.

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

Color convert

RGB 128 81 43 -
CMYK 0 0.37 0.66 0.50
HSL 26.82º 0.5% 0.34% -
HSV(B) 26.82º 0.66% 0.5% -
XYZ 12.28 10.65 3.69 -
YUV 90.72 101.07 154.59 -
System Red Green Blue C M Y K H S L
Decimal 128 81 43 0 0.37 0.66 0.50 26.82 0.5 0.34
Hex 80 51 2B 0 25 42 32 1B 32 22
Octal 200 121 53 0 45 102 62 33 62 42
Binary 10000000 1010001 101011 0 100101 1000010 110010 11011 110010 100010

Color Harmonies of #80512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80512B

Black with #80512B

Text Example


Text Example

White with #80512B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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