Html Css Color HEX #76112D Claret

📋 copy color: '#76112D'

red 118 ◦ green 17 ◦ blue 45

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

Shades of Claret #76112D

Tints of Claret #76112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

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

R = 65.56%
G = 9.44%
B = 25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76112D (or 0x76112D) is known color: Claret. HEX triplet: 76, 11 and 2D. RGB value is (118,17,45). Sum of RGB (Red+Green+Blue) = 118+17+45=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #76112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76112D is #89EED2. Grayscale: #323232. Windows color (decimal): -9039571 or 2953590. OLE color: 2953590.

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

Color convert

RGB 118 17 45 -
CMYK 0 0.86 0.62 0.54
HSL 343.37º 0.75% 0.26% -
HSV(B) 343.37º 0.86% 0.46% -
XYZ 8.15 4.44 2.91 -
YUV 50.39 124.96 176.22 -
System Red Green Blue C M Y K H S L
Decimal 118 17 45 0 0.86 0.62 0.54 343.37 0.75 0.26
Hex 76 11 2D 0 56 3E 36 157 4B 1A
Octal 166 21 55 0 126 76 66 527 113 32
Binary 1110110 10001 101101 0 1010110 111110 110110 101010111 1001011 11010

Color Harmonies of #76112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76112D

Black with #76112D

Text Example


Text Example

White with #76112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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