Html Css Color HEX #751932 Claret

📋 copy color: '#751932'

red 117 ◦ green 25 ◦ blue 50

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

Shades of Claret #751932

Tints of Claret #751932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

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

R = 60.94%
G = 13.02%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#751932 (or 0x751932) is known color: Claret. HEX triplet: 75, 19 and 32. RGB value is (117,25,50). Sum of RGB (Red+Green+Blue) = 117+25+50=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #751932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751932 is #8AE6CD. Grayscale: #373737. Windows color (decimal): -9103054 or 3283317. OLE color: 3283317.

HSL color Cylindrical-coordinate representation of color #751932: hue angle of 343.7º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751932 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 50 -
CMYK 0 0.79 0.57 0.54
HSL 343.7º 0.65% 0.28% -
HSV(B) 343.7º 0.79% 0.46% -
XYZ 8.26 4.71 3.49 -
YUV 55.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 117 25 50 0 0.79 0.57 0.54 343.7 0.65 0.28
Hex 75 19 32 0 4F 39 36 158 41 1C
Octal 165 31 62 0 117 71 66 530 101 34
Binary 1110101 11001 110010 0 1001111 111001 110110 101011000 1000001 11100

Color Harmonies of #751932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751932

Black with #751932

Text Example


Text Example

White with #751932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751932; }

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

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

background-color css

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

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

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

border-color css

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

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

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