Html Css Color HEX #752736 Claret

📋 copy color: '#752736'

red 117 ◦ green 39 ◦ blue 54

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

Shades of Claret #752736

Tints of Claret #752736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.57%

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

R = 55.71%
G = 18.57%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#752736 (or 0x752736) is known color: Claret. HEX triplet: 75, 27 and 36. RGB value is (117,39,54). Sum of RGB (Red+Green+Blue) = 117+39+54=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #752736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752736 is #8AD8C9. Grayscale: #404040. Windows color (decimal): -9099466 or 3549045. OLE color: 3549045.

HSL color Cylindrical-coordinate representation of color #752736: hue angle of 348.46º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752736 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 54 -
CMYK 0 0.67 0.54 0.54
HSL 348.46º 0.5% 0.31% -
HSV(B) 348.46º 0.67% 0.46% -
XYZ 8.73 5.5 4.09 -
YUV 64.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 117 39 54 0 0.67 0.54 0.54 348.46 0.5 0.31
Hex 75 27 36 0 43 36 36 15C 32 1F
Octal 165 47 66 0 103 66 66 534 62 37
Binary 1110101 100111 110110 0 1000011 110110 110110 101011100 110010 11111

Color Harmonies of #752736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752736

Black with #752736

Text Example


Text Example

White with #752736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752736; }

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

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

background-color css

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

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

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

border-color css

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

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

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