Html Css Color HEX #752533 Claret

📋 copy color: '#752533'

red 117 ◦ green 37 ◦ blue 51

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

Shades of Claret #752533

Tints of Claret #752533

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

 BLUE value IS 51 (20.31% from 255) = 24.88%

R = 57.07%
G = 18.05%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#752533 (or 0x752533) is known color: Claret. HEX triplet: 75, 25 and 33. RGB value is (117,37,51). Sum of RGB (Red+Green+Blue) = 117+37+51=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #752533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752533 is #8ADACC. Grayscale: #3E3E3E. Windows color (decimal): -9099981 or 3351925. OLE color: 3351925.

HSL color Cylindrical-coordinate representation of color #752533: hue angle of 349.5º degrees, saturation: 0.52, 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 #752533 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 37 51 -
CMYK 0 0.68 0.56 0.54
HSL 349.5º 0.52% 0.3% -
HSV(B) 349.5º 0.68% 0.46% -
XYZ 8.6 5.34 3.71 -
YUV 62.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 117 37 51 0 0.68 0.56 0.54 349.5 0.52 0.3
Hex 75 25 33 0 44 38 36 15E 34 1E
Octal 165 45 63 0 104 70 66 536 64 36
Binary 1110101 100101 110011 0 1000100 111000 110110 101011110 110100 11110

Color Harmonies of #752533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752533

Black with #752533

Text Example


Text Example

White with #752533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752533; }

 p { color: rgb(117,37,51); }

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

background-color css

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

 a { background-color: rgb(117,37,51); }

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

border-color css

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

 span { border-color: rgb(117,37,51); }

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