Html Css Color HEX #761237 Claret

📋 copy color: '#761237'

red 118 ◦ green 18 ◦ blue 55

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

Shades of Claret #761237

Tints of Claret #761237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.42%

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

R = 61.78%
G = 9.42%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#761237 (or 0x761237) is known color: Claret. HEX triplet: 76, 12 and 37. RGB value is (118,18,55). Sum of RGB (Red+Green+Blue) = 118+18+55=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #761237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761237 is #89EDC8. Grayscale: #343434. Windows color (decimal): -9039305 or 3609206. OLE color: 3609206.

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

Color convert

RGB 118 18 55 -
CMYK 0 0.85 0.53 0.54
HSL 337.8º 0.74% 0.27% -
HSV(B) 337.8º 0.85% 0.46% -
XYZ 8.38 4.56 4.05 -
YUV 52.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 118 18 55 0 0.85 0.53 0.54 337.8 0.74 0.27
Hex 76 12 37 0 55 35 36 152 4A 1B
Octal 166 22 67 0 125 65 66 522 112 33
Binary 1110110 10010 110111 0 1010101 110101 110110 101010010 1001010 11011

Color Harmonies of #761237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761237

Black with #761237

Text Example


Text Example

White with #761237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761237; }

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

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

background-color css

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

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

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

border-color css

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

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

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