Html Css Color HEX #751637 Claret

📋 copy color: '#751637'

red 117 ◦ green 22 ◦ blue 55

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

Shades of Claret #751637

Tints of Claret #751637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.34%

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

R = 60.31%
G = 11.34%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#751637 (or 0x751637) is known color: Claret. HEX triplet: 75, 16 and 37. RGB value is (117,22,55). Sum of RGB (Red+Green+Blue) = 117+22+55=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #751637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751637 is #8AE9C8. Grayscale: #363636. Windows color (decimal): -9103817 or 3610229. OLE color: 3610229.

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

Color convert

RGB 117 22 55 -
CMYK 0 0.81 0.53 0.54
HSL 339.16º 0.68% 0.27% -
HSV(B) 339.16º 0.81% 0.46% -
XYZ 8.31 4.63 4.07 -
YUV 54.17 128.47 172.82 -
System Red Green Blue C M Y K H S L
Decimal 117 22 55 0 0.81 0.53 0.54 339.16 0.68 0.27
Hex 75 16 37 0 51 35 36 153 44 1B
Octal 165 26 67 0 121 65 66 523 104 33
Binary 1110101 10110 110111 0 1010001 110101 110110 101010011 1000100 11011

Color Harmonies of #751637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751637

Black with #751637

Text Example


Text Example

White with #751637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751637; }

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

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

background-color css

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

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

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

border-color css

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

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

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