Html Css Color HEX #76172D Claret

📋 copy color: '#76172D'

red 118 ◦ green 23 ◦ blue 45

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

Shades of Claret #76172D

Tints of Claret #76172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.19%

R = 63.44%
G = 12.37%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76172D (or 0x76172D) is known color: Claret. HEX triplet: 76, 17 and 2D. RGB value is (118,23,45). Sum of RGB (Red+Green+Blue) = 118+23+45=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #76172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76172D is #89E8D2. Grayscale: #353535. Windows color (decimal): -9038035 or 2955126. OLE color: 2955126.

HSL color Cylindrical-coordinate representation of color #76172D: hue angle of 346.11º 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 #76172D is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 45 -
CMYK 0 0.81 0.62 0.54
HSL 346.11º 0.67% 0.28% -
HSV(B) 346.11º 0.81% 0.46% -
XYZ 8.25 4.65 2.95 -
YUV 53.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 118 23 45 0 0.81 0.62 0.54 346.11 0.67 0.28
Hex 76 17 2D 0 51 3E 36 15A 43 1C
Octal 166 27 55 0 121 76 66 532 103 34
Binary 1110110 10111 101101 0 1010001 111110 110110 101011010 1000011 11100

Color Harmonies of #76172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76172D

Black with #76172D

Text Example


Text Example

White with #76172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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