Html Css Color HEX #76163A Claret

📋 copy color: '#76163A'

red 118 ◦ green 22 ◦ blue 58

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

Shades of Claret #76163A

Tints of Claret #76163A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.29%

R = 59.6%
G = 11.11%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76163A (or 0x76163A) is known color: Claret. HEX triplet: 76, 16 and 3A. RGB value is (118,22,58). Sum of RGB (Red+Green+Blue) = 118+22+58=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76163A is #89E9C5. Grayscale: #363636. Windows color (decimal): -9038278 or 3806838. OLE color: 3806838.

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

Color convert

RGB 118 22 58 -
CMYK 0 0.81 0.51 0.54
HSL 337.5º 0.69% 0.27% -
HSV(B) 337.5º 0.81% 0.46% -
XYZ 8.52 4.73 4.47 -
YUV 54.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 118 22 58 0 0.81 0.51 0.54 337.5 0.69 0.27
Hex 76 16 3A 0 51 33 36 152 45 1B
Octal 166 26 72 0 121 63 66 522 105 33
Binary 1110110 10110 111010 0 1010001 110011 110110 101010010 1000101 11011

Color Harmonies of #76163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76163A

Black with #76163A

Text Example


Text Example

White with #76163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76163A; }

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

 H1.HeaderClassName
 {
   color: #76163A;
 }
 .AnyTagClassName
 {
   color: #76163A;
 }
</style>

background-color css

<style>
 a { background-color: #76163A; }

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

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

border-color css

<style>
 span { border-color: #76163A; }

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

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