Html Css Color HEX #751A39 Claret

📋 copy color: '#751A39'

red 117 ◦ green 26 ◦ blue 57

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

Shades of Claret #751A39

Tints of Claret #751A39

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13%

 BLUE value IS 57 (22.66% from 255) = 28.5%

R = 58.5%
G = 13%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#751A39 (or 0x751A39) is known color: Claret. HEX triplet: 75, 1A and 39. RGB value is (117,26,57). Sum of RGB (Red+Green+Blue) = 117+26+57=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #751A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A39 is #8AE5C6. Grayscale: #383838. Windows color (decimal): -9102791 or 3742325. OLE color: 3742325.

HSL color Cylindrical-coordinate representation of color #751A39: hue angle of 339.56º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A39 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 57 -
CMYK 0 0.78 0.51 0.54
HSL 339.56º 0.64% 0.28% -
HSV(B) 339.56º 0.78% 0.46% -
XYZ 8.44 4.82 4.36 -
YUV 56.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 117 26 57 0 0.78 0.51 0.54 339.56 0.64 0.28
Hex 75 1A 39 0 4E 33 36 154 40 1C
Octal 165 32 71 0 116 63 66 524 100 34
Binary 1110101 11010 111001 0 1001110 110011 110110 101010100 1000000 11100

Color Harmonies of #751A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A39

Black with #751A39

Text Example


Text Example

White with #751A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,26,57); }

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

background-color css

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

 a { background-color: rgb(117,26,57); }

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

border-color css

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

 span { border-color: rgb(117,26,57); }

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