Html Css Color HEX #751E37 Claret

📋 copy color: '#751E37'

red 117 ◦ green 30 ◦ blue 55

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

Shades of Claret #751E37

Tints of Claret #751E37

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.85%

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

R = 57.92%
G = 14.85%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#751E37 (or 0x751E37) is known color: Claret. HEX triplet: 75, 1E and 37. RGB value is (117,30,55). Sum of RGB (Red+Green+Blue) = 117+30+55=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #751E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751E37 is #8AE1C8. Grayscale: #3A3A3A. Windows color (decimal): -9101769 or 3612277. OLE color: 3612277.

HSL color Cylindrical-coordinate representation of color #751E37: hue angle of 342.76º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751E37 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 30 55 -
CMYK 0 0.74 0.53 0.54
HSL 342.76º 0.59% 0.29% -
HSV(B) 342.76º 0.74% 0.46% -
XYZ 8.49 4.99 4.13 -
YUV 58.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 117 30 55 0 0.74 0.53 0.54 342.76 0.59 0.29
Hex 75 1E 37 0 4A 35 36 157 3B 1D
Octal 165 36 67 0 112 65 66 527 73 35
Binary 1110101 11110 110111 0 1001010 110101 110110 101010111 111011 11101

Color Harmonies of #751E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E37

Black with #751E37

Text Example


Text Example

White with #751E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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