Html Css Color HEX #752034 Claret

📋 copy color: '#752034'

red 117 ◦ green 32 ◦ blue 52

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

Shades of Claret #752034

Tints of Claret #752034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.87%

R = 58.21%
G = 15.92%
B = 25.87%

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

#752034 (or 0x752034) is known color: Claret. HEX triplet: 75, 20 and 34. RGB value is (117,32,52). Sum of RGB (Red+Green+Blue) = 117+32+52=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #752034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752034 is #8ADFCB. Grayscale: #3B3B3B. Windows color (decimal): -9101260 or 3416181. OLE color: 3416181.

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

Color convert

RGB 117 32 52 -
CMYK 0 0.73 0.56 0.54
HSL 345.88º 0.57% 0.29% -
HSV(B) 345.88º 0.73% 0.46% -
XYZ 8.47 5.06 3.78 -
YUV 59.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 117 32 52 0 0.73 0.56 0.54 345.88 0.57 0.29
Hex 75 20 34 0 49 38 36 15A 39 1D
Octal 165 40 64 0 111 70 66 532 71 35
Binary 1110101 100000 110100 0 1001001 111000 110110 101011010 111001 11101

Color Harmonies of #752034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752034

Black with #752034

Text Example


Text Example

White with #752034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752034; }

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

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

background-color css

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

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

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

border-color css

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

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

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