Html Css Color HEX #752237 Claret

📋 copy color: '#752237'

red 117 ◦ green 34 ◦ blue 55

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

Shades of Claret #752237

Tints of Claret #752237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.5%

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

R = 56.8%
G = 16.5%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#752237 (or 0x752237) is known color: Claret. HEX triplet: 75, 22 and 37. RGB value is (117,34,55). Sum of RGB (Red+Green+Blue) = 117+34+55=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752237 is #8ADDC8. Grayscale: #3D3D3D. Windows color (decimal): -9100745 or 3613301. OLE color: 3613301.

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

Color convert

RGB 117 34 55 -
CMYK 0 0.71 0.53 0.54
HSL 344.82º 0.55% 0.3% -
HSV(B) 344.82º 0.71% 0.46% -
XYZ 8.6 5.2 4.17 -
YUV 61.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 117 34 55 0 0.71 0.53 0.54 344.82 0.55 0.3
Hex 75 22 37 0 47 35 36 159 37 1E
Octal 165 42 67 0 107 65 66 531 67 36
Binary 1110101 100010 110111 0 1000111 110101 110110 101011001 110111 11110

Color Harmonies of #752237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752237

Black with #752237

Text Example


Text Example

White with #752237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752237; }

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

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

background-color css

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

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

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

border-color css

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

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

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