Html Css Color HEX #752639 Claret

📋 copy color: '#752639'

red 117 ◦ green 38 ◦ blue 57

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

Shades of Claret #752639

Tints of Claret #752639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.92%

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

R = 55.19%
G = 17.92%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#752639 (or 0x752639) is known color: Claret. HEX triplet: 75, 26 and 39. RGB value is (117,38,57). Sum of RGB (Red+Green+Blue) = 117+38+57=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #752639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752639 is #8AD9C6. Grayscale: #3F3F3F. Windows color (decimal): -9099719 or 3745397. OLE color: 3745397.

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

Color convert

RGB 117 38 57 -
CMYK 0 0.68 0.51 0.54
HSL 345.57º 0.51% 0.3% -
HSV(B) 345.57º 0.68% 0.46% -
XYZ 8.77 5.46 4.46 -
YUV 63.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 117 38 57 0 0.68 0.51 0.54 345.57 0.51 0.3
Hex 75 26 39 0 44 33 36 15A 33 1E
Octal 165 46 71 0 104 63 66 532 63 36
Binary 1110101 100110 111001 0 1000100 110011 110110 101011010 110011 11110

Color Harmonies of #752639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752639

Black with #752639

Text Example


Text Example

White with #752639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752639; }

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

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

background-color css

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

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

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

border-color css

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

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

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