Html Css Color HEX #76152D Claret

📋 copy color: '#76152D'

red 118 ◦ green 21 ◦ blue 45

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

Shades of Claret #76152D

Tints of Claret #76152D

RGB

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

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

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

R = 64.13%
G = 11.41%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76152D (or 0x76152D) is known color: Claret. HEX triplet: 76, 15 and 2D. RGB value is (118,21,45). Sum of RGB (Red+Green+Blue) = 118+21+45=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #76152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76152D is #89EAD2. Grayscale: #343434. Windows color (decimal): -9038547 or 2954614. OLE color: 2954614.

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

Color convert

RGB 118 21 45 -
CMYK 0 0.82 0.62 0.54
HSL 345.15º 0.7% 0.27% -
HSV(B) 345.15º 0.82% 0.46% -
XYZ 8.21 4.58 2.93 -
YUV 52.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 118 21 45 0 0.82 0.62 0.54 345.15 0.7 0.27
Hex 76 15 2D 0 52 3E 36 159 46 1B
Octal 166 25 55 0 122 76 66 531 106 33
Binary 1110110 10101 101101 0 1010010 111110 110110 101011001 1000110 11011

Color Harmonies of #76152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76152D

Black with #76152D

Text Example


Text Example

White with #76152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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