Html Css Color HEX #752937 Paprika

📋 copy color: '#752937'

red 117 ◦ green 41 ◦ blue 55

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

Shades of Paprika #752937

Tints of Paprika #752937

RGB

 RED value IS 117 (46.09% from 255) = 54.93%

 GREEN value IS 41 (16.41% from 255) = 19.25%

 BLUE value IS 55 (21.88% from 255) = 25.82%

R = 54.93%
G = 19.25%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#752937 (or 0x752937) is known color: Paprika. HEX triplet: 75, 29 and 37. RGB value is (117,41,55). Sum of RGB (Red+Green+Blue) = 117+41+55=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #752937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752937 is #8AD6C8. Grayscale: #414141. Windows color (decimal): -9098953 or 3615093. OLE color: 3615093.

HSL color Cylindrical-coordinate representation of color #752937: hue angle of 348.95º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752937 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 55 -
CMYK 0 0.65 0.53 0.54
HSL 348.95º 0.48% 0.31% -
HSV(B) 348.95º 0.65% 0.46% -
XYZ 8.82 5.64 4.24 -
YUV 65.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 117 41 55 0 0.65 0.53 0.54 348.95 0.48 0.31
Hex 75 29 37 0 41 35 36 15D 30 1F
Octal 165 51 67 0 101 65 66 535 60 37
Binary 1110101 101001 110111 0 1000001 110101 110110 101011101 110000 11111

Color Harmonies of #752937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752937

Black with #752937

Text Example


Text Example

White with #752937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752937; }

 p { color: rgb(117,41,55); }

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

background-color css

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

 a { background-color: rgb(117,41,55); }

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

border-color css

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

 span { border-color: rgb(117,41,55); }

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