Html Css Color HEX #751037 Claret

📋 copy color: '#751037'

red 117 ◦ green 16 ◦ blue 55

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

Shades of Claret #751037

Tints of Claret #751037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.51%

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

R = 62.23%
G = 8.51%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#751037 (or 0x751037) is known color: Claret. HEX triplet: 75, 10 and 37. RGB value is (117,16,55). Sum of RGB (Red+Green+Blue) = 117+16+55=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #751037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751037 is #8AEFC8. Grayscale: #323232. Windows color (decimal): -9105353 or 3608693. OLE color: 3608693.

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

Color convert

RGB 117 16 55 -
CMYK 0 0.86 0.53 0.54
HSL 336.83º 0.76% 0.26% -
HSV(B) 336.83º 0.86% 0.46% -
XYZ 8.21 4.43 4.04 -
YUV 50.65 130.46 175.33 -
System Red Green Blue C M Y K H S L
Decimal 117 16 55 0 0.86 0.53 0.54 336.83 0.76 0.26
Hex 75 10 37 0 56 35 36 151 4C 1A
Octal 165 20 67 0 126 65 66 521 114 32
Binary 1110101 10000 110111 0 1010110 110101 110110 101010001 1001100 11010

Color Harmonies of #751037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751037

Black with #751037

Text Example


Text Example

White with #751037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751037; }

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

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

background-color css

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

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

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

border-color css

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

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

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