Html Css Color HEX #802640 Paprika

📋 copy color: '#802640'

red 128 ◦ green 38 ◦ blue 64

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

Shades of Paprika #802640

Tints of Paprika #802640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.52%

 BLUE value IS 64 (25.39% from 255) = 27.83%

R = 55.65%
G = 16.52%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#802640 (or 0x802640) is known color: Paprika. HEX triplet: 80, 26 and 40. RGB value is (128,38,64). Sum of RGB (Red+Green+Blue) = 128+38+64=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #802640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802640 is #7FD9BF. Grayscale: #434343. Windows color (decimal): -8378816 or 4204160. OLE color: 4204160.

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

Color convert

RGB 128 38 64 -
CMYK 0 0.70 0.5 0.50
HSL 342.67º 0.54% 0.33% -
HSV(B) 342.67º 0.7% 0.5% -
XYZ 10.52 6.35 5.52 -
YUV 67.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 128 38 64 0 0.70 0.5 0.50 342.67 0.54 0.33
Hex 80 26 40 0 46 32 32 157 36 21
Octal 200 46 100 0 106 62 62 527 66 41
Binary 10000000 100110 1000000 0 1000110 110010 110010 101010111 110110 100001

Color Harmonies of #802640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802640

Black with #802640

Text Example


Text Example

White with #802640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802640; }

 p { color: rgb(128,38,64); }

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

background-color css

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

 a { background-color: rgb(128,38,64); }

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

border-color css

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

 span { border-color: rgb(128,38,64); }

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