Html Css Color HEX #76132F Claret

📋 copy color: '#76132F'

red 118 ◦ green 19 ◦ blue 47

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

Shades of Claret #76132F

Tints of Claret #76132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

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

R = 64.13%
G = 10.33%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76132F (or 0x76132F) is known color: Claret. HEX triplet: 76, 13 and 2F. RGB value is (118,19,47). Sum of RGB (Red+Green+Blue) = 118+19+47=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #76132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76132F is #89ECD0. Grayscale: #333333. Windows color (decimal): -9039057 or 3085174. OLE color: 3085174.

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

Color convert

RGB 118 19 47 -
CMYK 0 0.84 0.60 0.54
HSL 343.03º 0.72% 0.27% -
HSV(B) 343.03º 0.84% 0.46% -
XYZ 8.22 4.52 3.13 -
YUV 51.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 118 19 47 0 0.84 0.60 0.54 343.03 0.72 0.27
Hex 76 13 2F 0 54 3C 36 157 48 1B
Octal 166 23 57 0 124 74 66 527 110 33
Binary 1110110 10011 101111 0 1010100 111100 110110 101010111 1001000 11011

Color Harmonies of #76132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76132F

Black with #76132F

Text Example


Text Example

White with #76132F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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