Html Css Color HEX #761437 Claret

📋 copy color: '#761437'

red 118 ◦ green 20 ◦ blue 55

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

Shades of Claret #761437

Tints of Claret #761437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 28.5%

R = 61.14%
G = 10.36%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#761437 (or 0x761437) is known color: Claret. HEX triplet: 76, 14 and 37. RGB value is (118,20,55). Sum of RGB (Red+Green+Blue) = 118+20+55=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #761437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761437 is #89EBC8. Grayscale: #353535. Windows color (decimal): -9038793 or 3609718. OLE color: 3609718.

HSL color Cylindrical-coordinate representation of color #761437: hue angle of 338.57º 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 #761437 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 20 55 -
CMYK 0 0.83 0.53 0.54
HSL 338.57º 0.71% 0.27% -
HSV(B) 338.57º 0.83% 0.46% -
XYZ 8.41 4.63 4.06 -
YUV 53.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 118 20 55 0 0.83 0.53 0.54 338.57 0.71 0.27
Hex 76 14 37 0 53 35 36 153 47 1B
Octal 166 24 67 0 123 65 66 523 107 33
Binary 1110110 10100 110111 0 1010011 110101 110110 101010011 1000111 11011

Color Harmonies of #761437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761437

Black with #761437

Text Example


Text Example

White with #761437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761437; }

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

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

background-color css

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

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

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

border-color css

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

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

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