Html Css Color HEX #761932 Claret

📋 copy color: '#761932'

red 118 ◦ green 25 ◦ blue 50

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

Shades of Claret #761932

Tints of Claret #761932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

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

R = 61.14%
G = 12.95%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#761932 (or 0x761932) is known color: Claret. HEX triplet: 76, 19 and 32. RGB value is (118,25,50). Sum of RGB (Red+Green+Blue) = 118+25+50=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #761932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761932 is #89E6CD. Grayscale: #373737. Windows color (decimal): -9037518 or 3283318. OLE color: 3283318.

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

Color convert

RGB 118 25 50 -
CMYK 0 0.79 0.58 0.54
HSL 343.87º 0.65% 0.28% -
HSV(B) 343.87º 0.79% 0.46% -
XYZ 8.39 4.78 3.5 -
YUV 55.66 124.81 172.47 -
System Red Green Blue C M Y K H S L
Decimal 118 25 50 0 0.79 0.58 0.54 343.87 0.65 0.28
Hex 76 19 32 0 4F 3A 36 158 41 1C
Octal 166 31 62 0 117 72 66 530 101 34
Binary 1110110 11001 110010 0 1001111 111010 110110 101011000 1000001 11100

Color Harmonies of #761932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761932

Black with #761932

Text Example


Text Example

White with #761932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761932; }

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

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

background-color css

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

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

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

border-color css

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

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

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