Html Css Color HEX #80353B Paprika

📋 copy color: '#80353B'

red 128 ◦ green 53 ◦ blue 59

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

Shades of Paprika #80353B

Tints of Paprika #80353B

RGB

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

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

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

R = 53.33%
G = 22.08%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#80353B (or 0x80353B) is known color: Paprika. HEX triplet: 80, 35 and 3B. RGB value is (128,53,59). Sum of RGB (Red+Green+Blue) = 128+53+59=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80353B is #7FCAC4. Grayscale: #4C4C4C. Windows color (decimal): -8374981 or 3880320. OLE color: 3880320.

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

Color convert

RGB 128 53 59 -
CMYK 0 0.59 0.54 0.50
HSL 355.2º 0.41% 0.35% -
HSV(B) 355.2º 0.59% 0.5% -
XYZ 10.96 7.45 5 -
YUV 76.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 128 53 59 0 0.59 0.54 0.50 355.2 0.41 0.35
Hex 80 35 3B 0 3B 36 32 163 29 23
Octal 200 65 73 0 73 66 62 543 51 43
Binary 10000000 110101 111011 0 111011 110110 110010 101100011 101001 100011

Color Harmonies of #80353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80353B

Black with #80353B

Text Example


Text Example

White with #80353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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