Html Css Color HEX #752036 Claret

📋 copy color: '#752036'

red 117 ◦ green 32 ◦ blue 54

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

Shades of Claret #752036

Tints of Claret #752036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.6%

R = 57.64%
G = 15.76%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#752036 (or 0x752036) is known color: Claret. HEX triplet: 75, 20 and 36. RGB value is (117,32,54). Sum of RGB (Red+Green+Blue) = 117+32+54=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #752036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752036 is #8ADFC9. Grayscale: #3B3B3B. Windows color (decimal): -9101258 or 3547253. OLE color: 3547253.

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

Color convert

RGB 117 32 54 -
CMYK 0 0.73 0.54 0.54
HSL 344.47º 0.57% 0.29% -
HSV(B) 344.47º 0.73% 0.46% -
XYZ 8.52 5.08 4.02 -
YUV 59.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 117 32 54 0 0.73 0.54 0.54 344.47 0.57 0.29
Hex 75 20 36 0 49 36 36 158 39 1D
Octal 165 40 66 0 111 66 66 530 71 35
Binary 1110101 100000 110110 0 1001001 110110 110110 101011000 111001 11101

Color Harmonies of #752036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752036

Black with #752036

Text Example


Text Example

White with #752036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752036; }

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

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

background-color css

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

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

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

border-color css

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

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

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