Html Css Color HEX #761035 Claret

📋 copy color: '#761035'

red 118 ◦ green 16 ◦ blue 53

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

Shades of Claret #761035

Tints of Claret #761035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

 BLUE value IS 53 (21.09% from 255) = 28.34%

R = 63.1%
G = 8.56%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#761035 (or 0x761035) is known color: Claret. HEX triplet: 76, 10 and 35. RGB value is (118,16,53). Sum of RGB (Red+Green+Blue) = 118+16+53=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #761035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761035 is #89EFCA. Grayscale: #323232. Windows color (decimal): -9039819 or 3477622. OLE color: 3477622.

HSL color Cylindrical-coordinate representation of color #761035: hue angle of 338.24º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761035 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 53 -
CMYK 0 0.86 0.55 0.54
HSL 338.24º 0.76% 0.26% -
HSV(B) 338.24º 0.86% 0.46% -
XYZ 8.3 4.48 3.8 -
YUV 50.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 118 16 53 0 0.86 0.55 0.54 338.24 0.76 0.26
Hex 76 10 35 0 56 37 36 152 4C 1A
Octal 166 20 65 0 126 67 66 522 114 32
Binary 1110110 10000 110101 0 1010110 110111 110110 101010010 1001100 11010

Color Harmonies of #761035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761035

Black with #761035

Text Example


Text Example

White with #761035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761035; }

 p { color: rgb(118,16,53); }

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

background-color css

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

 a { background-color: rgb(118,16,53); }

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

border-color css

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

 span { border-color: rgb(118,16,53); }

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