Html Css Color HEX #802A3C Paprika

📋 copy color: '#802A3C'

red 128 ◦ green 42 ◦ blue 60

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

Shades of Paprika #802A3C

Tints of Paprika #802A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.09%

R = 55.65%
G = 18.26%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#802A3C (or 0x802A3C) is known color: Paprika. HEX triplet: 80, 2A and 3C. RGB value is (128,42,60). Sum of RGB (Red+Green+Blue) = 128+42+60=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #802A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A3C is #7FD5C3. Grayscale: #454545. Windows color (decimal): -8377796 or 3943040. OLE color: 3943040.

HSL color Cylindrical-coordinate representation of color #802A3C: hue angle of 347.44º 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 #802A3C is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 42 60 -
CMYK 0 0.67 0.53 0.50
HSL 347.44º 0.51% 0.33% -
HSV(B) 347.44º 0.67% 0.5% -
XYZ 10.55 6.57 4.99 -
YUV 69.77 122.49 169.54 -
System Red Green Blue C M Y K H S L
Decimal 128 42 60 0 0.67 0.53 0.50 347.44 0.51 0.33
Hex 80 2A 3C 0 43 35 32 15B 33 21
Octal 200 52 74 0 103 65 62 533 63 41
Binary 10000000 101010 111100 0 1000011 110101 110010 101011011 110011 100001

Color Harmonies of #802A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802A3C

Black with #802A3C

Text Example


Text Example

White with #802A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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