Html Css Color HEX #802937 Paprika

📋 copy color: '#802937'

red 128 ◦ green 41 ◦ blue 55

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

Shades of Paprika #802937

Tints of Paprika #802937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.55%

R = 57.14%
G = 18.3%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#802937 (or 0x802937) is known color: Paprika. HEX triplet: 80, 29 and 37. RGB value is (128,41,55). Sum of RGB (Red+Green+Blue) = 128+41+55=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #802937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802937 is #7FD6C8. Grayscale: #444444. Windows color (decimal): -8378057 or 3615104. OLE color: 3615104.

HSL color Cylindrical-coordinate representation of color #802937: hue angle of 350.34º 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 #802937 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 55 -
CMYK 0 0.68 0.57 0.50
HSL 350.34º 0.51% 0.33% -
HSV(B) 350.34º 0.68% 0.5% -
XYZ 10.38 6.45 4.31 -
YUV 68.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 128 41 55 0 0.68 0.57 0.50 350.34 0.51 0.33
Hex 80 29 37 0 44 39 32 15E 33 21
Octal 200 51 67 0 104 71 62 536 63 41
Binary 10000000 101001 110111 0 1000100 111001 110010 101011110 110011 100001

Color Harmonies of #802937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802937

Black with #802937

Text Example


Text Example

White with #802937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802937; }

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

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

background-color css

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

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

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

border-color css

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

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

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