Html Css Color HEX #761036 Claret

📋 copy color: '#761036'

red 118 ◦ green 16 ◦ blue 54

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

Shades of Claret #761036

Tints of Claret #761036

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.51%

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

R = 62.77%
G = 8.51%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#761036 (or 0x761036) is known color: Claret. HEX triplet: 76, 10 and 36. RGB value is (118,16,54). Sum of RGB (Red+Green+Blue) = 118+16+54=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #761036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761036 is #89EFC9. Grayscale: #323232. Windows color (decimal): -9039818 or 3543158. OLE color: 3543158.

HSL color Cylindrical-coordinate representation of color #761036: hue angle of 337.65º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761036 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 54 -
CMYK 0 0.86 0.54 0.54
HSL 337.65º 0.76% 0.26% -
HSV(B) 337.65º 0.86% 0.46% -
XYZ 8.32 4.49 3.92 -
YUV 50.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 118 16 54 0 0.86 0.54 0.54 337.65 0.76 0.26
Hex 76 10 36 0 56 36 36 152 4C 1A
Octal 166 20 66 0 126 66 66 522 114 32
Binary 1110110 10000 110110 0 1010110 110110 110110 101010010 1001100 11010

Color Harmonies of #761036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761036

Black with #761036

Text Example


Text Example

White with #761036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761036; }

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

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

background-color css

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

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

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

border-color css

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

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

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