Html Css Color HEX #761A39 Claret

📋 copy color: '#761A39'

red 118 ◦ green 26 ◦ blue 57

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

Shades of Claret #761A39

Tints of Claret #761A39

RGB

 RED value IS 118 (46.48% from 255) = 58.71%

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

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

R = 58.71%
G = 12.94%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#761A39 (or 0x761A39) is known color: Claret. HEX triplet: 76, 1A and 39. RGB value is (118,26,57). Sum of RGB (Red+Green+Blue) = 118+26+57=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #761A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A39 is #89E5C6. Grayscale: #393939. Windows color (decimal): -9037255 or 3742326. OLE color: 3742326.

HSL color Cylindrical-coordinate representation of color #761A39: hue angle of 339.78º 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 #761A39 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 57 -
CMYK 0 0.78 0.52 0.54
HSL 339.78º 0.64% 0.28% -
HSV(B) 339.78º 0.78% 0.46% -
XYZ 8.58 4.89 4.36 -
YUV 57.04 127.98 171.48 -
System Red Green Blue C M Y K H S L
Decimal 118 26 57 0 0.78 0.52 0.54 339.78 0.64 0.28
Hex 76 1A 39 0 4E 34 36 154 40 1C
Octal 166 32 71 0 116 64 66 524 100 34
Binary 1110110 11010 111001 0 1001110 110100 110110 101010100 1000000 11100

Color Harmonies of #761A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A39

Black with #761A39

Text Example


Text Example

White with #761A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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