Html Css Color HEX #761E35 Claret

📋 copy color: '#761E35'

red 118 ◦ green 30 ◦ blue 53

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

Shades of Claret #761E35

Tints of Claret #761E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.93%

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

R = 58.71%
G = 14.93%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#761E35 (or 0x761E35) is known color: Claret. HEX triplet: 76, 1E and 35. RGB value is (118,30,53). Sum of RGB (Red+Green+Blue) = 118+30+53=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #761E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E35 is #89E1CA. Grayscale: #3A3A3A. Windows color (decimal): -9036235 or 3481206. OLE color: 3481206.

HSL color Cylindrical-coordinate representation of color #761E35: hue angle of 344.32º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E35 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 30 53 -
CMYK 0 0.75 0.55 0.54
HSL 344.32º 0.59% 0.29% -
HSV(B) 344.32º 0.75% 0.46% -
XYZ 8.58 5.04 3.89 -
YUV 58.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 118 30 53 0 0.75 0.55 0.54 344.32 0.59 0.29
Hex 76 1E 35 0 4B 37 36 158 3B 1D
Octal 166 36 65 0 113 67 66 530 73 35
Binary 1110110 11110 110101 0 1001011 110111 110110 101011000 111011 11101

Color Harmonies of #761E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E35

Black with #761E35

Text Example


Text Example

White with #761E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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