Html Css Color HEX #752434 Claret

📋 copy color: '#752434'

red 117 ◦ green 36 ◦ blue 52

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

Shades of Claret #752434

Tints of Claret #752434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

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

R = 57.07%
G = 17.56%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#752434 (or 0x752434) is known color: Claret. HEX triplet: 75, 24 and 34. RGB value is (117,36,52). Sum of RGB (Red+Green+Blue) = 117+36+52=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #752434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752434 is #8ADBCB. Grayscale: #3E3E3E. Windows color (decimal): -9100236 or 3417205. OLE color: 3417205.

HSL color Cylindrical-coordinate representation of color #752434: hue angle of 348.15º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752434 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 36 52 -
CMYK 0 0.69 0.56 0.54
HSL 348.15º 0.53% 0.3% -
HSV(B) 348.15º 0.69% 0.46% -
XYZ 8.59 5.29 3.82 -
YUV 62.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 117 36 52 0 0.69 0.56 0.54 348.15 0.53 0.3
Hex 75 24 34 0 45 38 36 15C 35 1E
Octal 165 44 64 0 105 70 66 534 65 36
Binary 1110101 100100 110100 0 1000101 111000 110110 101011100 110101 11110

Color Harmonies of #752434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752434

Black with #752434

Text Example


Text Example

White with #752434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752434; }

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

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

background-color css

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

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

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

border-color css

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

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

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