Html Css Color HEX #752033 Claret

📋 copy color: '#752033'

red 117 ◦ green 32 ◦ blue 51

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

Shades of Claret #752033

Tints of Claret #752033

RGB

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

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

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

R = 58.5%
G = 16%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#752033 (or 0x752033) is known color: Claret. HEX triplet: 75, 20 and 33. RGB value is (117,32,51). Sum of RGB (Red+Green+Blue) = 117+32+51=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #752033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752033 is #8ADFCC. Grayscale: #3B3B3B. Windows color (decimal): -9101261 or 3350645. OLE color: 3350645.

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

Color convert

RGB 117 32 51 -
CMYK 0 0.73 0.56 0.54
HSL 346.59º 0.57% 0.29% -
HSV(B) 346.59º 0.73% 0.46% -
XYZ 8.45 5.05 3.66 -
YUV 59.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 117 32 51 0 0.73 0.56 0.54 346.59 0.57 0.29
Hex 75 20 33 0 49 38 36 15B 39 1D
Octal 165 40 63 0 111 70 66 533 71 35
Binary 1110101 100000 110011 0 1001001 111000 110110 101011011 111001 11101

Color Harmonies of #752033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752033

Black with #752033

Text Example


Text Example

White with #752033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752033; }

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

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

background-color css

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

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

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

border-color css

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

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

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