Html Css Color HEX #76152E Claret

📋 copy color: '#76152E'

red 118 ◦ green 21 ◦ blue 46

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

Shades of Claret #76152E

Tints of Claret #76152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.35%

 BLUE value IS 46 (18.36% from 255) = 24.86%

R = 63.78%
G = 11.35%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76152E (or 0x76152E) is known color: Claret. HEX triplet: 76, 15 and 2E. RGB value is (118,21,46). Sum of RGB (Red+Green+Blue) = 118+21+46=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76152E is #89EAD1. Grayscale: #343434. Windows color (decimal): -9038546 or 3020150. OLE color: 3020150.

HSL color Cylindrical-coordinate representation of color #76152E: hue angle of 344.54º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76152E is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 21 46 -
CMYK 0 0.82 0.61 0.54
HSL 344.54º 0.7% 0.27% -
HSV(B) 344.54º 0.82% 0.46% -
XYZ 8.23 4.59 3.04 -
YUV 52.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 118 21 46 0 0.82 0.61 0.54 344.54 0.7 0.27
Hex 76 15 2E 0 52 3D 36 159 46 1B
Octal 166 25 56 0 122 75 66 531 106 33
Binary 1110110 10101 101110 0 1010010 111101 110110 101011001 1000110 11011

Color Harmonies of #76152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76152E

Black with #76152E

Text Example


Text Example

White with #76152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76152E; }

 p { color: rgb(118,21,46); }

 H1.HeaderClassName
 {
   color: #76152E;
 }
 .AnyTagClassName
 {
   color: #76152E;
 }
</style>

background-color css

<style>
 a { background-color: #76152E; }

 a { background-color: rgb(118,21,46); }

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

border-color css

<style>
 span { border-color: #76152E; }

 span { border-color: rgb(118,21,46); }

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