Html Css Color HEX #802D3B Paprika

📋 copy color: '#802D3B'

red 128 ◦ green 45 ◦ blue 59

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

Shades of Paprika #802D3B

Tints of Paprika #802D3B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.4%

 BLUE value IS 59 (23.44% from 255) = 25.43%

R = 55.17%
G = 19.4%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#802D3B (or 0x802D3B) is known color: Paprika. HEX triplet: 80, 2D and 3B. RGB value is (128,45,59). Sum of RGB (Red+Green+Blue) = 128+45+59=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #802D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D3B is #7FD2C4. Grayscale: #474747. Windows color (decimal): -8377029 or 3878272. OLE color: 3878272.

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

Color convert

RGB 128 45 59 -
CMYK 0 0.65 0.54 0.50
HSL 349.88º 0.48% 0.34% -
HSV(B) 349.88º 0.65% 0.5% -
XYZ 10.63 6.78 4.89 -
YUV 71.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 128 45 59 0 0.65 0.54 0.50 349.88 0.48 0.34
Hex 80 2D 3B 0 41 36 32 15E 30 22
Octal 200 55 73 0 101 66 62 536 60 42
Binary 10000000 101101 111011 0 1000001 110110 110010 101011110 110000 100010

Color Harmonies of #802D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802D3B

Black with #802D3B

Text Example


Text Example

White with #802D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,45,59); }

 H1.HeaderClassName
 {
   color: #802D3B;
 }
 .AnyTagClassName
 {
   color: #802D3B;
 }
</style>

background-color css

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

 a { background-color: rgb(128,45,59); }

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

border-color css

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

 span { border-color: rgb(128,45,59); }

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