Html Css Color HEX #752039 Claret

📋 copy color: '#752039'

red 117 ◦ green 32 ◦ blue 57

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

Shades of Claret #752039

Tints of Claret #752039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.53%

 BLUE value IS 57 (22.66% from 255) = 27.67%

R = 56.8%
G = 15.53%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#752039 (or 0x752039) is known color: Claret. HEX triplet: 75, 20 and 39. RGB value is (117,32,57). Sum of RGB (Red+Green+Blue) = 117+32+57=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752039 is #8ADFC6. Grayscale: #3C3C3C. Windows color (decimal): -9101255 or 3743861. OLE color: 3743861.

HSL color Cylindrical-coordinate representation of color #752039: hue angle of 342.35º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752039 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 57 -
CMYK 0 0.73 0.51 0.54
HSL 342.35º 0.57% 0.29% -
HSV(B) 342.35º 0.73% 0.46% -
XYZ 8.59 5.11 4.4 -
YUV 60.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 117 32 57 0 0.73 0.51 0.54 342.35 0.57 0.29
Hex 75 20 39 0 49 33 36 156 39 1D
Octal 165 40 71 0 111 63 66 526 71 35
Binary 1110101 100000 111001 0 1001001 110011 110110 101010110 111001 11101

Color Harmonies of #752039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752039

Black with #752039

Text Example


Text Example

White with #752039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752039; }

 p { color: rgb(117,32,57); }

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

background-color css

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

 a { background-color: rgb(117,32,57); }

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

border-color css

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

 span { border-color: rgb(117,32,57); }

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