Html Css Color HEX #802A3A Paprika

📋 copy color: '#802A3A'

red 128 ◦ green 42 ◦ blue 58

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

Shades of Paprika #802A3A

Tints of Paprika #802A3A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.42%

 BLUE value IS 58 (23.05% from 255) = 25.44%

R = 56.14%
G = 18.42%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#802A3A (or 0x802A3A) is known color: Paprika. HEX triplet: 80, 2A and 3A. RGB value is (128,42,58). Sum of RGB (Red+Green+Blue) = 128+42+58=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #802A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A3A is #7FD5C5. Grayscale: #454545. Windows color (decimal): -8377798 or 3811968. OLE color: 3811968.

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

Color convert

RGB 128 42 58 -
CMYK 0 0.67 0.55 0.50
HSL 348.84º 0.51% 0.33% -
HSV(B) 348.84º 0.67% 0.5% -
XYZ 10.49 6.55 4.71 -
YUV 69.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 128 42 58 0 0.67 0.55 0.50 348.84 0.51 0.33
Hex 80 2A 3A 0 43 37 32 15D 33 21
Octal 200 52 72 0 103 67 62 535 63 41
Binary 10000000 101010 111010 0 1000011 110111 110010 101011101 110011 100001

Color Harmonies of #802A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802A3A

Black with #802A3A

Text Example


Text Example

White with #802A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802A3A; }

 p { color: rgb(128,42,58); }

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

background-color css

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

 a { background-color: rgb(128,42,58); }

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

border-color css

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

 span { border-color: rgb(128,42,58); }

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