Html Css Color HEX #76162F Claret

📋 copy color: '#76162F'

red 118 ◦ green 22 ◦ blue 47

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

Shades of Claret #76162F

Tints of Claret #76162F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.76%

 BLUE value IS 47 (18.75% from 255) = 25.13%

R = 63.1%
G = 11.76%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76162F (or 0x76162F) is known color: Claret. HEX triplet: 76, 16 and 2F. RGB value is (118,22,47). Sum of RGB (Red+Green+Blue) = 118+22+47=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #76162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76162F is #89E9D0. Grayscale: #353535. Windows color (decimal): -9038289 or 3085942. OLE color: 3085942.

HSL color Cylindrical-coordinate representation of color #76162F: hue angle of 344.38º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76162F is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 47 -
CMYK 0 0.81 0.60 0.54
HSL 344.38º 0.69% 0.27% -
HSV(B) 344.38º 0.81% 0.46% -
XYZ 8.27 4.63 3.15 -
YUV 53.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 118 22 47 0 0.81 0.60 0.54 344.38 0.69 0.27
Hex 76 16 2F 0 51 3C 36 158 45 1B
Octal 166 26 57 0 121 74 66 530 105 33
Binary 1110110 10110 101111 0 1010001 111100 110110 101011000 1000101 11011

Color Harmonies of #76162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76162F

Black with #76162F

Text Example


Text Example

White with #76162F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76162F; }

 p { color: rgb(118,22,47); }

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

background-color css

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

 a { background-color: rgb(118,22,47); }

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

border-color css

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

 span { border-color: rgb(118,22,47); }

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