Html Css Color HEX #751937 Claret

📋 copy color: '#751937'

red 117 ◦ green 25 ◦ blue 55

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

Shades of Claret #751937

Tints of Claret #751937

RGB

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

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

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

R = 59.39%
G = 12.69%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#751937 (or 0x751937) is known color: Claret. HEX triplet: 75, 19 and 37. RGB value is (117,25,55). Sum of RGB (Red+Green+Blue) = 117+25+55=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #751937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751937 is #8AE6C8. Grayscale: #373737. Windows color (decimal): -9103049 or 3610997. OLE color: 3610997.

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

Color convert

RGB 117 25 55 -
CMYK 0 0.79 0.53 0.54
HSL 340.43º 0.65% 0.28% -
HSV(B) 340.43º 0.79% 0.46% -
XYZ 8.37 4.75 4.09 -
YUV 55.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 117 25 55 0 0.79 0.53 0.54 340.43 0.65 0.28
Hex 75 19 37 0 4F 35 36 154 41 1C
Octal 165 31 67 0 117 65 66 524 101 34
Binary 1110101 11001 110111 0 1001111 110101 110110 101010100 1000001 11100

Color Harmonies of #751937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751937

Black with #751937

Text Example


Text Example

White with #751937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751937; }

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

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

background-color css

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

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

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

border-color css

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

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

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