#804348

Color #804348 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #804348

Tints of Solid Pink #804348

Color information

#804348 (or 0x804348) is unknown color: approx Solid Pink. HEX triplet: 80, 43 and 48. RGB value is (128,67,72). Sum of RGB (Red+Green+Blue) = 128+67+72=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #804348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804348 is #7FBCB7. Grayscale: #555555. Windows color (decimal): -8371384 or 4735872. OLE color: 4735872.

HSL color Cylindrical-coordinate representation of color #804348: hue angle of 355.08º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804348 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB1286772-
CMYK00.480.440.50
HSL355.08º31.28%38.24%-
HSV(B)355.08º47.66%50.2%-
XYZ12.089.077.25-
YUV85.81120.21158.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=47.94%
G=25.09%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128677200.480.440.50355.0831.2838.24
Hex8043480302C321631f26
Octal20010311006054625433746
Binary1000000010000111001000011000010110011001010110001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804348; }

 p { color: rgb(128,67,72); }

 H1.HeaderClassName
 {
   color: #804348;
 }
 .AnyTagClassName
 {
   color: #804348;
 }
</style>
background-color css

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

 a { background-color: rgb(128,67,72); }

 div.DivClassName
 {
   background-color: #804348;
 }
 .BgClassName
 {
   background-color: #804348;
 }
</style>
border-color css

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

 span { border-color: rgb(128,67,72); }

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