Html Css Color HEX #752B3C Paprika

📋 copy color: '#752B3C'

red 117 ◦ green 43 ◦ blue 60

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

Shades of Paprika #752B3C

Tints of Paprika #752B3C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.55%

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

R = 53.18%
G = 19.55%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#752B3C (or 0x752B3C) is known color: Paprika. HEX triplet: 75, 2B and 3C. RGB value is (117,43,60). Sum of RGB (Red+Green+Blue) = 117+43+60=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #752B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B3C is #8AD4C3. Grayscale: #434343. Windows color (decimal): -9098436 or 3943285. OLE color: 3943285.

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

Color convert

RGB 117 43 60 -
CMYK 0 0.63 0.49 0.54
HSL 346.22º 0.46% 0.31% -
HSV(B) 346.22º 0.63% 0.46% -
XYZ 9.02 5.84 4.93 -
YUV 67.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 117 43 60 0 0.63 0.49 0.54 346.22 0.46 0.31
Hex 75 2B 3C 0 3F 31 36 15A 2E 1F
Octal 165 53 74 0 77 61 66 532 56 37
Binary 1110101 101011 111100 0 111111 110001 110110 101011010 101110 11111

Color Harmonies of #752B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B3C

Black with #752B3C

Text Example


Text Example

White with #752B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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