Html Css Color HEX #752232 Claret

📋 copy color: '#752232'

red 117 ◦ green 34 ◦ blue 50

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

Shades of Claret #752232

Tints of Claret #752232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.88%

R = 58.21%
G = 16.92%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#752232 (or 0x752232) is known color: Claret. HEX triplet: 75, 22 and 32. RGB value is (117,34,50). Sum of RGB (Red+Green+Blue) = 117+34+50=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #752232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752232 is #8ADDCD. Grayscale: #3C3C3C. Windows color (decimal): -9100750 or 3285621. OLE color: 3285621.

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

Color convert

RGB 117 34 50 -
CMYK 0 0.71 0.57 0.54
HSL 348.43º 0.55% 0.3% -
HSV(B) 348.43º 0.71% 0.46% -
XYZ 8.48 5.16 3.57 -
YUV 60.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 117 34 50 0 0.71 0.57 0.54 348.43 0.55 0.3
Hex 75 22 32 0 47 39 36 15C 37 1E
Octal 165 42 62 0 107 71 66 534 67 36
Binary 1110101 100010 110010 0 1000111 111001 110110 101011100 110111 11110

Color Harmonies of #752232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752232

Black with #752232

Text Example


Text Example

White with #752232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752232; }

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

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

background-color css

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

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

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

border-color css

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

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

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