Html Css Color HEX #76182D Claret

📋 copy color: '#76182D'

red 118 ◦ green 24 ◦ blue 45

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

Shades of Claret #76182D

Tints of Claret #76182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.83%

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

R = 63.1%
G = 12.83%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76182D (or 0x76182D) is known color: Claret. HEX triplet: 76, 18 and 2D. RGB value is (118,24,45). Sum of RGB (Red+Green+Blue) = 118+24+45=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #76182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76182D is #89E7D2. Grayscale: #363636. Windows color (decimal): -9037779 or 2955382. OLE color: 2955382.

HSL color Cylindrical-coordinate representation of color #76182D: hue angle of 346.6º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76182D is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 45 -
CMYK 0 0.80 0.62 0.54
HSL 346.6º 0.66% 0.28% -
HSV(B) 346.6º 0.8% 0.46% -
XYZ 8.27 4.69 2.95 -
YUV 54.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 118 24 45 0 0.80 0.62 0.54 346.6 0.66 0.28
Hex 76 18 2D 0 50 3E 36 15B 42 1C
Octal 166 30 55 0 120 76 66 533 102 34
Binary 1110110 11000 101101 0 1010000 111110 110110 101011011 1000010 11100

Color Harmonies of #76182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76182D

Black with #76182D

Text Example


Text Example

White with #76182D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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