Html Css Color HEX #80283B Paprika

📋 copy color: '#80283B'

red 128 ◦ green 40 ◦ blue 59

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

Shades of Paprika #80283B

Tints of Paprika #80283B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.62%

 BLUE value IS 59 (23.44% from 255) = 25.99%

R = 56.39%
G = 17.62%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#80283B (or 0x80283B) is known color: Paprika. HEX triplet: 80, 28 and 3B. RGB value is (128,40,59). Sum of RGB (Red+Green+Blue) = 128+40+59=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80283B is #7FD7C4. Grayscale: #444444. Windows color (decimal): -8378309 or 3876992. OLE color: 3876992.

HSL color Cylindrical-coordinate representation of color #80283B: hue angle of 347.05º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80283B is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 59 -
CMYK 0 0.69 0.54 0.50
HSL 347.05º 0.52% 0.33% -
HSV(B) 347.05º 0.69% 0.5% -
XYZ 10.45 6.42 4.83 -
YUV 68.48 122.65 170.46 -
System Red Green Blue C M Y K H S L
Decimal 128 40 59 0 0.69 0.54 0.50 347.05 0.52 0.33
Hex 80 28 3B 0 45 36 32 15B 34 21
Octal 200 50 73 0 105 66 62 533 64 41
Binary 10000000 101000 111011 0 1000101 110110 110010 101011011 110100 100001

Color Harmonies of #80283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80283B

Black with #80283B

Text Example


Text Example

White with #80283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80283B; }

 p { color: rgb(128,40,59); }

 H1.HeaderClassName
 {
   color: #80283B;
 }
 .AnyTagClassName
 {
   color: #80283B;
 }
</style>

background-color css

<style>
 a { background-color: #80283B; }

 a { background-color: rgb(128,40,59); }

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

border-color css

<style>
 span { border-color: #80283B; }

 span { border-color: rgb(128,40,59); }

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