Html Css Color HEX #752A37 Paprika

📋 copy color: '#752A37'

red 117 ◦ green 42 ◦ blue 55

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

Shades of Paprika #752A37

Tints of Paprika #752A37

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.63%

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

R = 54.67%
G = 19.63%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#752A37 (or 0x752A37) is known color: Paprika. HEX triplet: 75, 2A and 37. RGB value is (117,42,55). Sum of RGB (Red+Green+Blue) = 117+42+55=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #752A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A37 is #8AD5C8. Grayscale: #414141. Windows color (decimal): -9098697 or 3615349. OLE color: 3615349.

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

Color convert

RGB 117 42 55 -
CMYK 0 0.64 0.53 0.54
HSL 349.6º 0.47% 0.31% -
HSV(B) 349.6º 0.64% 0.46% -
XYZ 8.85 5.71 4.25 -
YUV 65.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 117 42 55 0 0.64 0.53 0.54 349.6 0.47 0.31
Hex 75 2A 37 0 40 35 36 15E 2F 1F
Octal 165 52 67 0 100 65 66 536 57 37
Binary 1110101 101010 110111 0 1000000 110101 110110 101011110 101111 11111

Color Harmonies of #752A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A37

Black with #752A37

Text Example


Text Example

White with #752A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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