Html Css Color HEX #752035 Claret

📋 copy color: '#752035'

red 117 ◦ green 32 ◦ blue 53

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

Shades of Claret #752035

Tints of Claret #752035

RGB

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

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

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

R = 57.92%
G = 15.84%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#752035 (or 0x752035) is known color: Claret. HEX triplet: 75, 20 and 35. RGB value is (117,32,53). Sum of RGB (Red+Green+Blue) = 117+32+53=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #752035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752035 is #8ADFCA. Grayscale: #3B3B3B. Windows color (decimal): -9101259 or 3481717. OLE color: 3481717.

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

Color convert

RGB 117 32 53 -
CMYK 0 0.73 0.55 0.54
HSL 345.18º 0.57% 0.29% -
HSV(B) 345.18º 0.73% 0.46% -
XYZ 8.5 5.07 3.9 -
YUV 59.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 117 32 53 0 0.73 0.55 0.54 345.18 0.57 0.29
Hex 75 20 35 0 49 37 36 159 39 1D
Octal 165 40 65 0 111 67 66 531 71 35
Binary 1110101 100000 110101 0 1001001 110111 110110 101011001 111001 11101

Color Harmonies of #752035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752035

Black with #752035

Text Example


Text Example

White with #752035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752035; }

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

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

background-color css

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

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

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

border-color css

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

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

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