Html Css Color HEX #752E39 Paprika

📋 copy color: '#752E39'

red 117 ◦ green 46 ◦ blue 57

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

Shades of Paprika #752E39

Tints of Paprika #752E39

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.91%

 BLUE value IS 57 (22.66% from 255) = 25.91%

R = 53.18%
G = 20.91%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#752E39 (or 0x752E39) is known color: Paprika. HEX triplet: 75, 2E and 39. RGB value is (117,46,57). Sum of RGB (Red+Green+Blue) = 117+46+57=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #752E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E39 is #8AD1C6. Grayscale: #444444. Windows color (decimal): -9097671 or 3747445. OLE color: 3747445.

HSL color Cylindrical-coordinate representation of color #752E39: hue angle of 350.7º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E39 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 46 57 -
CMYK 0 0.61 0.51 0.54
HSL 350.7º 0.44% 0.32% -
HSV(B) 350.7º 0.61% 0.46% -
XYZ 9.05 6.03 4.56 -
YUV 68.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 117 46 57 0 0.61 0.51 0.54 350.7 0.44 0.32
Hex 75 2E 39 0 3D 33 36 15F 2C 20
Octal 165 56 71 0 75 63 66 537 54 40
Binary 1110101 101110 111001 0 111101 110011 110110 101011111 101100 100000

Color Harmonies of #752E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E39

Black with #752E39

Text Example


Text Example

White with #752E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752E39; }

 p { color: rgb(117,46,57); }

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

background-color css

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

 a { background-color: rgb(117,46,57); }

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

border-color css

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

 span { border-color: rgb(117,46,57); }

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