#802F32

Color #802F32 Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #802F32

Tints of Paprika #802F32

Color information

#802F32 (or 0x802F32) is unknown color: approx Paprika. HEX triplet: 80, 2F and 32. RGB value is (128,47,50). Sum of RGB (Red+Green+Blue) = 128+47+50=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #802F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802F32 is #7FD0CD. Grayscale: #474747. Windows color (decimal): -8376526 or 3288960. OLE color: 3288960.

HSL color Cylindrical-coordinate representation of color #802F32: hue angle of 357.78º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #802F32 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1284750-
CMYK00.630.610.50
HSL357.78º46.29%34.31%-
HSV(B)357.78º63.28%50.2%-
XYZ10.496.853.79-
YUV71.56115.84168.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.89%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=56.89%
G=20.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128475000.630.610.50357.7846.2934.31
Hex802F3203F3D321662e22
Octal200576207775625465642
Binary100000001011111100100111111111101110010101100110101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802F32; }

 p { color: rgb(128,47,50); }

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

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

 a { background-color: rgb(128,47,50); }

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

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

 span { border-color: rgb(128,47,50); }

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