Html Css Color HEX #76122D Claret

📋 copy color: '#76122D'

red 118 ◦ green 18 ◦ blue 45

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

Shades of Claret #76122D

Tints of Claret #76122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

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

R = 65.19%
G = 9.94%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76122D (or 0x76122D) is known color: Claret. HEX triplet: 76, 12 and 2D. RGB value is (118,18,45). Sum of RGB (Red+Green+Blue) = 118+18+45=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76122D is #89EDD2. Grayscale: #323232. Windows color (decimal): -9039315 or 2953846. OLE color: 2953846.

HSL color Cylindrical-coordinate representation of color #76122D: hue angle of 343.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76122D is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 45 -
CMYK 0 0.85 0.62 0.54
HSL 343.8º 0.74% 0.27% -
HSV(B) 343.8º 0.85% 0.46% -
XYZ 8.16 4.47 2.92 -
YUV 50.98 124.63 175.8 -
System Red Green Blue C M Y K H S L
Decimal 118 18 45 0 0.85 0.62 0.54 343.8 0.74 0.27
Hex 76 12 2D 0 55 3E 36 158 4A 1B
Octal 166 22 55 0 125 76 66 530 112 33
Binary 1110110 10010 101101 0 1010101 111110 110110 101011000 1001010 11011

Color Harmonies of #76122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76122D

Black with #76122D

Text Example


Text Example

White with #76122D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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