Html Css Color HEX #761636 Claret

📋 copy color: '#761636'

red 118 ◦ green 22 ◦ blue 54

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

Shades of Claret #761636

Tints of Claret #761636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.84%

R = 60.82%
G = 11.34%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#761636 (or 0x761636) is known color: Claret. HEX triplet: 76, 16 and 36. RGB value is (118,22,54). Sum of RGB (Red+Green+Blue) = 118+22+54=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #761636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761636 is #89E9C9. Grayscale: #363636. Windows color (decimal): -9038282 or 3544694. OLE color: 3544694.

HSL color Cylindrical-coordinate representation of color #761636: hue angle of 340º degrees, saturation: 0.69, 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 #761636 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 54 -
CMYK 0 0.81 0.54 0.54
HSL 340º 0.69% 0.27% -
HSV(B) 340º 0.81% 0.46% -
XYZ 8.42 4.69 3.95 -
YUV 54.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 118 22 54 0 0.81 0.54 0.54 340 0.69 0.27
Hex 76 16 36 0 51 36 36 154 45 1B
Octal 166 26 66 0 121 66 66 524 105 33
Binary 1110110 10110 110110 0 1010001 110110 110110 101010100 1000101 11011

Color Harmonies of #761636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761636

Black with #761636

Text Example


Text Example

White with #761636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761636; }

 p { color: rgb(118,22,54); }

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

background-color css

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

 a { background-color: rgb(118,22,54); }

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

border-color css

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

 span { border-color: rgb(118,22,54); }

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