Html Css Color HEX #76203C Claret

📋 copy color: '#76203C'

red 118 ◦ green 32 ◦ blue 60

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

Shades of Claret #76203C

Tints of Claret #76203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

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

R = 56.19%
G = 15.24%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76203C (or 0x76203C) is known color: Claret. HEX triplet: 76, 20 and 3C. RGB value is (118,32,60). Sum of RGB (Red+Green+Blue) = 118+32+60=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #76203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76203C is #89DFC3. Grayscale: #3C3C3C. Windows color (decimal): -9035716 or 3940470. OLE color: 3940470.

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

Color convert

RGB 118 32 60 -
CMYK 0 0.73 0.49 0.54
HSL 340.47º 0.57% 0.29% -
HSV(B) 340.47º 0.73% 0.46% -
XYZ 8.8 5.21 4.82 -
YUV 60.91 127.49 168.72 -
System Red Green Blue C M Y K H S L
Decimal 118 32 60 0 0.73 0.49 0.54 340.47 0.57 0.29
Hex 76 20 3C 0 49 31 36 154 39 1D
Octal 166 40 74 0 111 61 66 524 71 35
Binary 1110110 100000 111100 0 1001001 110001 110110 101010100 111001 11101

Color Harmonies of #76203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76203C

Black with #76203C

Text Example


Text Example

White with #76203C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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