Html Css Color HEX #80303F Paprika

📋 copy color: '#80303F'

red 128 ◦ green 48 ◦ blue 63

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

Shades of Paprika #80303F

Tints of Paprika #80303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.08%

 BLUE value IS 63 (25% from 255) = 26.36%

R = 53.56%
G = 20.08%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80303F (or 0x80303F) is known color: Paprika. HEX triplet: 80, 30 and 3F. RGB value is (128,48,63). Sum of RGB (Red+Green+Blue) = 128+48+63=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80303F is #7FCFC0. Grayscale: #494949. Windows color (decimal): -8376257 or 4141184. OLE color: 4141184.

HSL color Cylindrical-coordinate representation of color #80303F: hue angle of 348.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80303F is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 63 -
CMYK 0 0.62 0.51 0.50
HSL 348.75º 0.45% 0.35% -
HSV(B) 348.75º 0.63% 0.5% -
XYZ 10.86 7.06 5.49 -
YUV 73.63 122 166.78 -
System Red Green Blue C M Y K H S L
Decimal 128 48 63 0 0.62 0.51 0.50 348.75 0.45 0.35
Hex 80 30 3F 0 3E 33 32 15D 2D 23
Octal 200 60 77 0 76 63 62 535 55 43
Binary 10000000 110000 111111 0 111110 110011 110010 101011101 101101 100011

Color Harmonies of #80303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80303F

Black with #80303F

Text Example


Text Example

White with #80303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80303F; }

 p { color: rgb(128,48,63); }

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

background-color css

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

 a { background-color: rgb(128,48,63); }

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

border-color css

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

 span { border-color: rgb(128,48,63); }

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