Html Css Color HEX #752D3C Paprika

📋 copy color: '#752D3C'

red 117 ◦ green 45 ◦ blue 60

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

Shades of Paprika #752D3C

Tints of Paprika #752D3C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.27%

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 52.7%
G = 20.27%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#752D3C (or 0x752D3C) is known color: Paprika. HEX triplet: 75, 2D and 3C. RGB value is (117,45,60). Sum of RGB (Red+Green+Blue) = 117+45+60=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #752D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D3C is #8AD2C3. Grayscale: #444444. Windows color (decimal): -9097924 or 3943797. OLE color: 3943797.

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

Color convert

RGB 117 45 60 -
CMYK 0 0.62 0.49 0.54
HSL 347.5º 0.44% 0.32% -
HSV(B) 347.5º 0.62% 0.46% -
XYZ 9.09 5.98 4.95 -
YUV 68.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 117 45 60 0 0.62 0.49 0.54 347.5 0.44 0.32
Hex 75 2D 3C 0 3E 31 36 15C 2C 20
Octal 165 55 74 0 76 61 66 534 54 40
Binary 1110101 101101 111100 0 111110 110001 110110 101011100 101100 100000

Color Harmonies of #752D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D3C

Black with #752D3C

Text Example


Text Example

White with #752D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,45,60); }

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

background-color css

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

 a { background-color: rgb(117,45,60); }

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

border-color css

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

 span { border-color: rgb(117,45,60); }

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