Html Css Color HEX #802F3A Paprika

📋 copy color: '#802F3A'

red 128 ◦ green 47 ◦ blue 58

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

Shades of Paprika #802F3A

Tints of Paprika #802F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.17%

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

R = 54.94%
G = 20.17%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#802F3A (or 0x802F3A) is known color: Paprika. HEX triplet: 80, 2F and 3A. RGB value is (128,47,58). Sum of RGB (Red+Green+Blue) = 128+47+58=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #802F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802F3A is #7FD0C5. Grayscale: #484848. Windows color (decimal): -8376518 or 3813248. OLE color: 3813248.

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

Color convert

RGB 128 47 58 -
CMYK 0 0.63 0.55 0.50
HSL 351.85º 0.46% 0.34% -
HSV(B) 351.85º 0.63% 0.5% -
XYZ 10.68 6.93 4.78 -
YUV 72.47 119.84 167.61 -
System Red Green Blue C M Y K H S L
Decimal 128 47 58 0 0.63 0.55 0.50 351.85 0.46 0.34
Hex 80 2F 3A 0 3F 37 32 160 2E 22
Octal 200 57 72 0 77 67 62 540 56 42
Binary 10000000 101111 111010 0 111111 110111 110010 101100000 101110 100010

Color Harmonies of #802F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802F3A

Black with #802F3A

Text Example


Text Example

White with #802F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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