Html Css Color HEX #752A36 Paprika

📋 copy color: '#752A36'

red 117 ◦ green 42 ◦ blue 54

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

Shades of Paprika #752A36

Tints of Paprika #752A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.35%

R = 54.93%
G = 19.72%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#752A36 (or 0x752A36) is known color: Paprika. HEX triplet: 75, 2A and 36. RGB value is (117,42,54). Sum of RGB (Red+Green+Blue) = 117+42+54=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #752A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A36 is #8AD5C9. Grayscale: #414141. Windows color (decimal): -9098698 or 3549813. OLE color: 3549813.

HSL color Cylindrical-coordinate representation of color #752A36: hue angle of 350.4º 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 #752A36 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 42 54 -
CMYK 0 0.64 0.54 0.54
HSL 350.4º 0.47% 0.31% -
HSV(B) 350.4º 0.64% 0.46% -
XYZ 8.83 5.7 4.13 -
YUV 65.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 117 42 54 0 0.64 0.54 0.54 350.4 0.47 0.31
Hex 75 2A 36 0 40 36 36 15E 2F 1F
Octal 165 52 66 0 100 66 66 536 57 37
Binary 1110101 101010 110110 0 1000000 110110 110110 101011110 101111 11111

Color Harmonies of #752A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A36

Black with #752A36

Text Example


Text Example

White with #752A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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