Html Css Color HEX #752032 Claret

📋 copy color: '#752032'

red 117 ◦ green 32 ◦ blue 50

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

Shades of Claret #752032

Tints of Claret #752032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.13%

R = 58.79%
G = 16.08%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#752032 (or 0x752032) is known color: Claret. HEX triplet: 75, 20 and 32. RGB value is (117,32,50). Sum of RGB (Red+Green+Blue) = 117+32+50=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #752032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752032 is #8ADFCD. Grayscale: #3B3B3B. Windows color (decimal): -9101262 or 3285109. OLE color: 3285109.

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

Color convert

RGB 117 32 50 -
CMYK 0 0.73 0.57 0.54
HSL 347.29º 0.57% 0.29% -
HSV(B) 347.29º 0.73% 0.46% -
XYZ 8.43 5.05 3.55 -
YUV 59.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 117 32 50 0 0.73 0.57 0.54 347.29 0.57 0.29
Hex 75 20 32 0 49 39 36 15B 39 1D
Octal 165 40 62 0 111 71 66 533 71 35
Binary 1110101 100000 110010 0 1001001 111001 110110 101011011 111001 11101

Color Harmonies of #752032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752032

Black with #752032

Text Example


Text Example

White with #752032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752032; }

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

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

background-color css

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

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

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

border-color css

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

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

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