Html Css Color HEX #80273B Paprika

📋 copy color: '#80273B'

red 128 ◦ green 39 ◦ blue 59

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

Shades of Paprika #80273B

Tints of Paprika #80273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

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

R = 56.64%
G = 17.26%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#80273B (or 0x80273B) is known color: Paprika. HEX triplet: 80, 27 and 3B. RGB value is (128,39,59). Sum of RGB (Red+Green+Blue) = 128+39+59=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80273B is #7FD8C4. Grayscale: #434343. Windows color (decimal): -8378565 or 3876736. OLE color: 3876736.

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

Color convert

RGB 128 39 59 -
CMYK 0 0.70 0.54 0.50
HSL 346.52º 0.53% 0.33% -
HSV(B) 346.52º 0.7% 0.5% -
XYZ 10.42 6.36 4.82 -
YUV 67.89 122.99 170.87 -
System Red Green Blue C M Y K H S L
Decimal 128 39 59 0 0.70 0.54 0.50 346.52 0.53 0.33
Hex 80 27 3B 0 46 36 32 15B 35 21
Octal 200 47 73 0 106 66 62 533 65 41
Binary 10000000 100111 111011 0 1000110 110110 110010 101011011 110101 100001

Color Harmonies of #80273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80273B

Black with #80273B

Text Example


Text Example

White with #80273B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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