Html Css Color HEX #752239 Claret

📋 copy color: '#752239'

red 117 ◦ green 34 ◦ blue 57

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

Shades of Claret #752239

Tints of Claret #752239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 27.4%

R = 56.25%
G = 16.35%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#752239 (or 0x752239) is known color: Claret. HEX triplet: 75, 22 and 39. RGB value is (117,34,57). Sum of RGB (Red+Green+Blue) = 117+34+57=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #752239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752239 is #8ADDC6. Grayscale: #3D3D3D. Windows color (decimal): -9100743 or 3744373. OLE color: 3744373.

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

Color convert

RGB 117 34 57 -
CMYK 0 0.71 0.51 0.54
HSL 343.37º 0.55% 0.3% -
HSV(B) 343.37º 0.71% 0.46% -
XYZ 8.65 5.22 4.42 -
YUV 61.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 117 34 57 0 0.71 0.51 0.54 343.37 0.55 0.3
Hex 75 22 39 0 47 33 36 157 37 1E
Octal 165 42 71 0 107 63 66 527 67 36
Binary 1110101 100010 111001 0 1000111 110011 110110 101010111 110111 11110

Color Harmonies of #752239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752239

Black with #752239

Text Example


Text Example

White with #752239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752239; }

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

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

background-color css

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

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

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

border-color css

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

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

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