Html Css Color HEX #761935 Claret

📋 copy color: '#761935'

red 118 ◦ green 25 ◦ blue 53

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

Shades of Claret #761935

Tints of Claret #761935

RGB

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

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

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

R = 60.2%
G = 12.76%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#761935 (or 0x761935) is known color: Claret. HEX triplet: 76, 19 and 35. RGB value is (118,25,53). Sum of RGB (Red+Green+Blue) = 118+25+53=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #761935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761935 is #89E6CA. Grayscale: #373737. Windows color (decimal): -9037515 or 3479926. OLE color: 3479926.

HSL color Cylindrical-coordinate representation of color #761935: hue angle of 341.94º 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 #761935 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 53 -
CMYK 0 0.79 0.55 0.54
HSL 341.94º 0.65% 0.28% -
HSV(B) 341.94º 0.79% 0.46% -
XYZ 8.46 4.8 3.85 -
YUV 56 126.31 172.22 -
System Red Green Blue C M Y K H S L
Decimal 118 25 53 0 0.79 0.55 0.54 341.94 0.65 0.28
Hex 76 19 35 0 4F 37 36 156 41 1C
Octal 166 31 65 0 117 67 66 526 101 34
Binary 1110110 11001 110101 0 1001111 110111 110110 101010110 1000001 11100

Color Harmonies of #761935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761935

Black with #761935

Text Example


Text Example

White with #761935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761935; }

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

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

background-color css

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

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

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

border-color css

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

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

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