Html Css Color HEX #752535 Claret

📋 copy color: '#752535'

red 117 ◦ green 37 ◦ blue 53

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

Shades of Claret #752535

Tints of Claret #752535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.6%

R = 56.52%
G = 17.87%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#752535 (or 0x752535) is known color: Claret. HEX triplet: 75, 25 and 35. RGB value is (117,37,53). Sum of RGB (Red+Green+Blue) = 117+37+53=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #752535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752535 is #8ADACA. Grayscale: #3E3E3E. Windows color (decimal): -9099979 or 3482997. OLE color: 3482997.

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

Color convert

RGB 117 37 53 -
CMYK 0 0.68 0.55 0.54
HSL 348º 0.52% 0.3% -
HSV(B) 348º 0.68% 0.46% -
XYZ 8.64 5.36 3.95 -
YUV 62.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 117 37 53 0 0.68 0.55 0.54 348 0.52 0.3
Hex 75 25 35 0 44 37 36 15C 34 1E
Octal 165 45 65 0 104 67 66 534 64 36
Binary 1110101 100101 110101 0 1000100 110111 110110 101011100 110100 11110

Color Harmonies of #752535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752535

Black with #752535

Text Example


Text Example

White with #752535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752535; }

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

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

background-color css

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

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

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

border-color css

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

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

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