Html Css Color HEX #803235 Paprika

📋 copy color: '#803235'

red 128 ◦ green 50 ◦ blue 53

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

Shades of Paprika #803235

Tints of Paprika #803235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.65%

 BLUE value IS 53 (21.09% from 255) = 22.94%

R = 55.41%
G = 21.65%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#803235 (or 0x803235) is known color: Paprika. HEX triplet: 80, 32 and 35. RGB value is (128,50,53). Sum of RGB (Red+Green+Blue) = 128+50+53=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #803235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803235 is #7FCDCA. Grayscale: #494949. Windows color (decimal): -8375755 or 3486336. OLE color: 3486336.

HSL color Cylindrical-coordinate representation of color #803235: hue angle of 357.69º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803235 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 53 -
CMYK 0 0.61 0.59 0.50
HSL 357.69º 0.44% 0.35% -
HSV(B) 357.69º 0.61% 0.5% -
XYZ 10.69 7.13 4.18 -
YUV 73.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 128 50 53 0 0.61 0.59 0.50 357.69 0.44 0.35
Hex 80 32 35 0 3D 3B 32 166 2C 23
Octal 200 62 65 0 75 73 62 546 54 43
Binary 10000000 110010 110101 0 111101 111011 110010 101100110 101100 100011

Color Harmonies of #803235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803235

Black with #803235

Text Example


Text Example

White with #803235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803235; }

 p { color: rgb(128,50,53); }

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

background-color css

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

 a { background-color: rgb(128,50,53); }

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

border-color css

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

 span { border-color: rgb(128,50,53); }

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