Html Css Color HEX #803338 Paprika

📋 copy color: '#803338'

red 128 ◦ green 51 ◦ blue 56

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

Shades of Paprika #803338

Tints of Paprika #803338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

 BLUE value IS 56 (22.27% from 255) = 23.83%

R = 54.47%
G = 21.7%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#803338 (or 0x803338) is known color: Paprika. HEX triplet: 80, 33 and 38. RGB value is (128,51,56). Sum of RGB (Red+Green+Blue) = 128+51+56=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #803338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803338 is #7FCCC7. Grayscale: #4A4A4A. Windows color (decimal): -8375496 or 3683200. OLE color: 3683200.

HSL color Cylindrical-coordinate representation of color #803338: hue angle of 356.1º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803338 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 51 56 -
CMYK 0 0.60 0.56 0.50
HSL 356.1º 0.43% 0.35% -
HSV(B) 356.1º 0.6% 0.5% -
XYZ 10.8 7.24 4.57 -
YUV 74.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 128 51 56 0 0.60 0.56 0.50 356.1 0.43 0.35
Hex 80 33 38 0 3C 38 32 164 2B 23
Octal 200 63 70 0 74 70 62 544 53 43
Binary 10000000 110011 111000 0 111100 111000 110010 101100100 101011 100011

Color Harmonies of #803338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803338

Black with #803338

Text Example


Text Example

White with #803338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803338; }

 p { color: rgb(128,51,56); }

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

background-color css

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

 a { background-color: rgb(128,51,56); }

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

border-color css

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

 span { border-color: rgb(128,51,56); }

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