Html Css Color HEX #80353E Paprika

📋 copy color: '#80353E'

red 128 ◦ green 53 ◦ blue 62

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

Shades of Paprika #80353E

Tints of Paprika #80353E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 52.67%
G = 21.81%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80353E (or 0x80353E) is known color: Paprika. HEX triplet: 80, 35 and 3E. RGB value is (128,53,62). Sum of RGB (Red+Green+Blue) = 128+53+62=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80353E is #7FCAC1. Grayscale: #4C4C4C. Windows color (decimal): -8374978 or 4076928. OLE color: 4076928.

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

Color convert

RGB 128 53 62 -
CMYK 0 0.59 0.52 0.50
HSL 352.8º 0.41% 0.35% -
HSV(B) 352.8º 0.59% 0.5% -
XYZ 11.04 7.48 5.42 -
YUV 76.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 128 53 62 0 0.59 0.52 0.50 352.8 0.41 0.35
Hex 80 35 3E 0 3B 34 32 161 29 23
Octal 200 65 76 0 73 64 62 541 51 43
Binary 10000000 110101 111110 0 111011 110100 110010 101100001 101001 100011

Color Harmonies of #80353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80353E

Black with #80353E

Text Example


Text Example

White with #80353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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