Html Css Color HEX #761436 Claret

📋 copy color: '#761436'

red 118 ◦ green 20 ◦ blue 54

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

Shades of Claret #761436

Tints of Claret #761436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

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

R = 61.46%
G = 10.42%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#761436 (or 0x761436) is known color: Claret. HEX triplet: 76, 14 and 36. RGB value is (118,20,54). Sum of RGB (Red+Green+Blue) = 118+20+54=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #761436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761436 is #89EBC9. Grayscale: #353535. Windows color (decimal): -9038794 or 3544182. OLE color: 3544182.

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

Color convert

RGB 118 20 54 -
CMYK 0 0.83 0.54 0.54
HSL 339.18º 0.71% 0.27% -
HSV(B) 339.18º 0.83% 0.46% -
XYZ 8.39 4.62 3.94 -
YUV 53.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 118 20 54 0 0.83 0.54 0.54 339.18 0.71 0.27
Hex 76 14 36 0 53 36 36 153 47 1B
Octal 166 24 66 0 123 66 66 523 107 33
Binary 1110110 10100 110110 0 1010011 110110 110110 101010011 1000111 11011

Color Harmonies of #761436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761436

Black with #761436

Text Example


Text Example

White with #761436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761436; }

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

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

background-color css

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

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

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

border-color css

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

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

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