Html Css Color HEX #80353F Paprika

📋 copy color: '#80353F'

red 128 ◦ green 53 ◦ blue 63

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

Shades of Paprika #80353F

Tints of Paprika #80353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

 BLUE value IS 63 (25% from 255) = 25.82%

R = 52.46%
G = 21.72%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80353F (or 0x80353F) is known color: Paprika. HEX triplet: 80, 35 and 3F. RGB value is (128,53,63). Sum of RGB (Red+Green+Blue) = 128+53+63=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80353F is #7FCAC0. Grayscale: #4C4C4C. Windows color (decimal): -8374977 or 4142464. OLE color: 4142464.

HSL color Cylindrical-coordinate representation of color #80353F: hue angle of 352º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80353F is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 53 63 -
CMYK 0 0.59 0.51 0.50
HSL 352º 0.41% 0.35% -
HSV(B) 352º 0.59% 0.5% -
XYZ 11.07 7.49 5.57 -
YUV 76.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 128 53 63 0 0.59 0.51 0.50 352 0.41 0.35
Hex 80 35 3F 0 3B 33 32 160 29 23
Octal 200 65 77 0 73 63 62 540 51 43
Binary 10000000 110101 111111 0 111011 110011 110010 101100000 101001 100011

Color Harmonies of #80353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80353F

Black with #80353F

Text Example


Text Example

White with #80353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80353F; }

 p { color: rgb(128,53,63); }

 H1.HeaderClassName
 {
   color: #80353F;
 }
 .AnyTagClassName
 {
   color: #80353F;
 }
</style>

background-color css

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

 a { background-color: rgb(128,53,63); }

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

border-color css

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

 span { border-color: rgb(128,53,63); }

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