Html Css Color HEX #752C3D Paprika

📋 copy color: '#752C3D'

red 117 ◦ green 44 ◦ blue 61

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

Shades of Paprika #752C3D

Tints of Paprika #752C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.48%

R = 52.7%
G = 19.82%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#752C3D (or 0x752C3D) is known color: Paprika. HEX triplet: 75, 2C and 3D. RGB value is (117,44,61). Sum of RGB (Red+Green+Blue) = 117+44+61=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #752C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C3D is #8AD3C2. Grayscale: #434343. Windows color (decimal): -9098179 or 4009077. OLE color: 4009077.

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

Color convert

RGB 117 44 61 -
CMYK 0 0.62 0.48 0.54
HSL 346.03º 0.45% 0.32% -
HSV(B) 346.03º 0.62% 0.46% -
XYZ 9.08 5.92 5.08 -
YUV 67.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 117 44 61 0 0.62 0.48 0.54 346.03 0.45 0.32
Hex 75 2C 3D 0 3E 30 36 15A 2D 20
Octal 165 54 75 0 76 60 66 532 55 40
Binary 1110101 101100 111101 0 111110 110000 110110 101011010 101101 100000

Color Harmonies of #752C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C3D

Black with #752C3D

Text Example


Text Example

White with #752C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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