Html Css Color HEX #802B3C Paprika

📋 copy color: '#802B3C'

red 128 ◦ green 43 ◦ blue 60

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

Shades of Paprika #802B3C

Tints of Paprika #802B3C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.61%

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

R = 55.41%
G = 18.61%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#802B3C (or 0x802B3C) is known color: Paprika. HEX triplet: 80, 2B and 3C. RGB value is (128,43,60). Sum of RGB (Red+Green+Blue) = 128+43+60=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #802B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802B3C is #7FD4C3. Grayscale: #464646. Windows color (decimal): -8377540 or 3943296. OLE color: 3943296.

HSL color Cylindrical-coordinate representation of color #802B3C: hue angle of 348º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802B3C is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 43 60 -
CMYK 0 0.66 0.53 0.50
HSL 348º 0.5% 0.34% -
HSV(B) 348º 0.66% 0.5% -
XYZ 10.58 6.64 5 -
YUV 70.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 128 43 60 0 0.66 0.53 0.50 348 0.5 0.34
Hex 80 2B 3C 0 42 35 32 15C 32 22
Octal 200 53 74 0 102 65 62 534 62 42
Binary 10000000 101011 111100 0 1000010 110101 110010 101011100 110010 100010

Color Harmonies of #802B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B3C

Black with #802B3C

Text Example


Text Example

White with #802B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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