Html Css Color HEX #76233C Claret

📋 copy color: '#76233C'

red 118 ◦ green 35 ◦ blue 60

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

Shades of Claret #76233C

Tints of Claret #76233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.43%

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 55.4%
G = 16.43%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76233C (or 0x76233C) is known color: Claret. HEX triplet: 76, 23 and 3C. RGB value is (118,35,60). Sum of RGB (Red+Green+Blue) = 118+35+60=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76233C is #89DCC3. Grayscale: #3E3E3E. Windows color (decimal): -9034948 or 3941238. OLE color: 3941238.

HSL color Cylindrical-coordinate representation of color #76233C: hue angle of 341.93º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76233C is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 35 60 -
CMYK 0 0.70 0.49 0.54
HSL 341.93º 0.54% 0.3% -
HSV(B) 341.93º 0.7% 0.46% -
XYZ 8.89 5.38 4.84 -
YUV 62.67 126.5 167.47 -
System Red Green Blue C M Y K H S L
Decimal 118 35 60 0 0.70 0.49 0.54 341.93 0.54 0.3
Hex 76 23 3C 0 46 31 36 156 36 1E
Octal 166 43 74 0 106 61 66 526 66 36
Binary 1110110 100011 111100 0 1000110 110001 110110 101010110 110110 11110

Color Harmonies of #76233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76233C

Black with #76233C

Text Example


Text Example

White with #76233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76233C; }

 p { color: rgb(118,35,60); }

 H1.HeaderClassName
 {
   color: #76233C;
 }
 .AnyTagClassName
 {
   color: #76233C;
 }
</style>

background-color css

<style>
 a { background-color: #76233C; }

 a { background-color: rgb(118,35,60); }

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

border-color css

<style>
 span { border-color: #76233C; }

 span { border-color: rgb(118,35,60); }

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