Html Css Color HEX #752337 Claret

📋 copy color: '#752337'

red 117 ◦ green 35 ◦ blue 55

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

Shades of Claret #752337

Tints of Claret #752337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.91%

 BLUE value IS 55 (21.88% from 255) = 26.57%

R = 56.52%
G = 16.91%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#752337 (or 0x752337) is known color: Claret. HEX triplet: 75, 23 and 37. RGB value is (117,35,55). Sum of RGB (Red+Green+Blue) = 117+35+55=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #752337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752337 is #8ADCC8. Grayscale: #3D3D3D. Windows color (decimal): -9100489 or 3613557. OLE color: 3613557.

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

Color convert

RGB 117 35 55 -
CMYK 0 0.70 0.53 0.54
HSL 345.37º 0.54% 0.3% -
HSV(B) 345.37º 0.7% 0.46% -
XYZ 8.63 5.26 4.17 -
YUV 61.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 117 35 55 0 0.70 0.53 0.54 345.37 0.54 0.3
Hex 75 23 37 0 46 35 36 159 36 1E
Octal 165 43 67 0 106 65 66 531 66 36
Binary 1110101 100011 110111 0 1000110 110101 110110 101011001 110110 11110

Color Harmonies of #752337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752337

Black with #752337

Text Example


Text Example

White with #752337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752337; }

 p { color: rgb(117,35,55); }

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

background-color css

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

 a { background-color: rgb(117,35,55); }

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

border-color css

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

 span { border-color: rgb(117,35,55); }

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