Html Css Color HEX #751539 Claret

📋 copy color: '#751539'

red 117 ◦ green 21 ◦ blue 57

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

Shades of Claret #751539

Tints of Claret #751539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.77%

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

R = 60%
G = 10.77%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#751539 (or 0x751539) is known color: Claret. HEX triplet: 75, 15 and 39. RGB value is (117,21,57). Sum of RGB (Red+Green+Blue) = 117+21+57=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #751539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751539 is #8AEAC6. Grayscale: #353535. Windows color (decimal): -9104071 or 3741045. OLE color: 3741045.

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

Color convert

RGB 117 21 57 -
CMYK 0 0.82 0.51 0.54
HSL 337.5º 0.7% 0.27% -
HSV(B) 337.5º 0.82% 0.46% -
XYZ 8.34 4.61 4.32 -
YUV 53.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 117 21 57 0 0.82 0.51 0.54 337.5 0.7 0.27
Hex 75 15 39 0 52 33 36 152 46 1B
Octal 165 25 71 0 122 63 66 522 106 33
Binary 1110101 10101 111001 0 1010010 110011 110110 101010010 1000110 11011

Color Harmonies of #751539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751539

Black with #751539

Text Example


Text Example

White with #751539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751539; }

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

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

background-color css

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

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

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

border-color css

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

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

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