Html Css Color HEX #761832 Claret

📋 copy color: '#761832'

red 118 ◦ green 24 ◦ blue 50

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

Shades of Claret #761832

Tints of Claret #761832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

 BLUE value IS 50 (19.92% from 255) = 26.04%

R = 61.46%
G = 12.5%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#761832 (or 0x761832) is known color: Claret. HEX triplet: 76, 18 and 32. RGB value is (118,24,50). Sum of RGB (Red+Green+Blue) = 118+24+50=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #761832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761832 is #89E7CD. Grayscale: #373737. Windows color (decimal): -9037774 or 3283062. OLE color: 3283062.

HSL color Cylindrical-coordinate representation of color #761832: hue angle of 343.4º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761832 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 50 -
CMYK 0 0.80 0.58 0.54
HSL 343.4º 0.66% 0.28% -
HSV(B) 343.4º 0.8% 0.46% -
XYZ 8.37 4.74 3.49 -
YUV 55.07 125.14 172.89 -
System Red Green Blue C M Y K H S L
Decimal 118 24 50 0 0.80 0.58 0.54 343.4 0.66 0.28
Hex 76 18 32 0 50 3A 36 157 42 1C
Octal 166 30 62 0 120 72 66 527 102 34
Binary 1110110 11000 110010 0 1010000 111010 110110 101010111 1000010 11100

Color Harmonies of #761832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761832

Black with #761832

Text Example


Text Example

White with #761832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761832; }

 p { color: rgb(118,24,50); }

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

background-color css

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

 a { background-color: rgb(118,24,50); }

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

border-color css

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

 span { border-color: rgb(118,24,50); }

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