Html Css Color HEX #752131 Claret

📋 copy color: '#752131'

red 117 ◦ green 33 ◦ blue 49

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

Shades of Claret #752131

Tints of Claret #752131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

 BLUE value IS 49 (19.53% from 255) = 24.62%

R = 58.79%
G = 16.58%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#752131 (or 0x752131) is known color: Claret. HEX triplet: 75, 21 and 31. RGB value is (117,33,49). Sum of RGB (Red+Green+Blue) = 117+33+49=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #752131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752131 is #8ADECE. Grayscale: #3B3B3B. Windows color (decimal): -9101007 or 3219829. OLE color: 3219829.

HSL color Cylindrical-coordinate representation of color #752131: hue angle of 348.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752131 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 33 49 -
CMYK 0 0.72 0.58 0.54
HSL 348.57º 0.56% 0.29% -
HSV(B) 348.57º 0.72% 0.46% -
XYZ 8.43 5.09 3.44 -
YUV 59.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 117 33 49 0 0.72 0.58 0.54 348.57 0.56 0.29
Hex 75 21 31 0 48 3A 36 15D 38 1D
Octal 165 41 61 0 110 72 66 535 70 35
Binary 1110101 100001 110001 0 1001000 111010 110110 101011101 111000 11101

Color Harmonies of #752131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752131

Black with #752131

Text Example


Text Example

White with #752131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752131; }

 p { color: rgb(117,33,49); }

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

background-color css

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

 a { background-color: rgb(117,33,49); }

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

border-color css

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

 span { border-color: rgb(117,33,49); }

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