Html Css Color HEX #802939 Paprika

📋 copy color: '#802939'

red 128 ◦ green 41 ◦ blue 57

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

Shades of Paprika #802939

Tints of Paprika #802939

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.14%

 BLUE value IS 57 (22.66% from 255) = 25.22%

R = 56.64%
G = 18.14%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#802939 (or 0x802939) is known color: Paprika. HEX triplet: 80, 29 and 39. RGB value is (128,41,57). Sum of RGB (Red+Green+Blue) = 128+41+57=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #802939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802939 is #7FD6C6. Grayscale: #444444. Windows color (decimal): -8378055 or 3746176. OLE color: 3746176.

HSL color Cylindrical-coordinate representation of color #802939: hue angle of 348.97º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802939 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 57 -
CMYK 0 0.68 0.55 0.50
HSL 348.97º 0.51% 0.33% -
HSV(B) 348.97º 0.68% 0.5% -
XYZ 10.43 6.47 4.57 -
YUV 68.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 128 41 57 0 0.68 0.55 0.50 348.97 0.51 0.33
Hex 80 29 39 0 44 37 32 15D 33 21
Octal 200 51 71 0 104 67 62 535 63 41
Binary 10000000 101001 111001 0 1000100 110111 110010 101011101 110011 100001

Color Harmonies of #802939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802939

Black with #802939

Text Example


Text Example

White with #802939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802939; }

 p { color: rgb(128,41,57); }

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

background-color css

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

 a { background-color: rgb(128,41,57); }

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

border-color css

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

 span { border-color: rgb(128,41,57); }

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