Html Css Color HEX #752C3C Paprika

📋 copy color: '#752C3C'

red 117 ◦ green 44 ◦ blue 60

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

Shades of Paprika #752C3C

Tints of Paprika #752C3C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.91%

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

R = 52.94%
G = 19.91%
B = 27.15%

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

#752C3C (or 0x752C3C) is known color: Paprika. HEX triplet: 75, 2C and 3C. RGB value is (117,44,60). Sum of RGB (Red+Green+Blue) = 117+44+60=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #752C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C3C is #8AD3C3. Grayscale: #434343. Windows color (decimal): -9098180 or 3943541. OLE color: 3943541.

HSL color Cylindrical-coordinate representation of color #752C3C: hue angle of 346.85º degrees, saturation: 0.45, 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 #752C3C is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 44 60 -
CMYK 0 0.62 0.49 0.54
HSL 346.85º 0.45% 0.32% -
HSV(B) 346.85º 0.62% 0.46% -
XYZ 9.05 5.91 4.94 -
YUV 67.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 117 44 60 0 0.62 0.49 0.54 346.85 0.45 0.32
Hex 75 2C 3C 0 3E 31 36 15B 2D 20
Octal 165 54 74 0 76 61 66 533 55 40
Binary 1110101 101100 111100 0 111110 110001 110110 101011011 101101 100000

Color Harmonies of #752C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C3C

Black with #752C3C

Text Example


Text Example

White with #752C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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