Html Css Color HEX #76172E Claret

📋 copy color: '#76172E'

red 118 ◦ green 23 ◦ blue 46

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

Shades of Claret #76172E

Tints of Claret #76172E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.3%

 BLUE value IS 46 (18.36% from 255) = 24.6%

R = 63.1%
G = 12.3%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76172E (or 0x76172E) is known color: Claret. HEX triplet: 76, 17 and 2E. RGB value is (118,23,46). Sum of RGB (Red+Green+Blue) = 118+23+46=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #76172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76172E is #89E8D1. Grayscale: #363636. Windows color (decimal): -9038034 or 3020662. OLE color: 3020662.

HSL color Cylindrical-coordinate representation of color #76172E: hue angle of 345.47º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76172E is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 46 -
CMYK 0 0.81 0.61 0.54
HSL 345.47º 0.67% 0.28% -
HSV(B) 345.47º 0.81% 0.46% -
XYZ 8.27 4.66 3.05 -
YUV 54.03 123.47 173.63 -
System Red Green Blue C M Y K H S L
Decimal 118 23 46 0 0.81 0.61 0.54 345.47 0.67 0.28
Hex 76 17 2E 0 51 3D 36 159 43 1C
Octal 166 27 56 0 121 75 66 531 103 34
Binary 1110110 10111 101110 0 1010001 111101 110110 101011001 1000011 11100

Color Harmonies of #76172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76172E

Black with #76172E

Text Example


Text Example

White with #76172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76172E; }

 p { color: rgb(118,23,46); }

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

background-color css

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

 a { background-color: rgb(118,23,46); }

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

border-color css

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

 span { border-color: rgb(118,23,46); }

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