Html Css Color HEX #76203A Claret

📋 copy color: '#76203A'

red 118 ◦ green 32 ◦ blue 58

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

Shades of Claret #76203A

Tints of Claret #76203A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.88%

R = 56.73%
G = 15.38%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76203A (or 0x76203A) is known color: Claret. HEX triplet: 76, 20 and 3A. RGB value is (118,32,58). Sum of RGB (Red+Green+Blue) = 118+32+58=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #76203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76203A is #89DFC5. Grayscale: #3C3C3C. Windows color (decimal): -9035718 or 3809398. OLE color: 3809398.

HSL color Cylindrical-coordinate representation of color #76203A: hue angle of 341.86º 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 #76203A is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 58 -
CMYK 0 0.73 0.51 0.54
HSL 341.86º 0.57% 0.29% -
HSV(B) 341.86º 0.73% 0.46% -
XYZ 8.75 5.19 4.54 -
YUV 60.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 118 32 58 0 0.73 0.51 0.54 341.86 0.57 0.29
Hex 76 20 3A 0 49 33 36 156 39 1D
Octal 166 40 72 0 111 63 66 526 71 35
Binary 1110110 100000 111010 0 1001001 110011 110110 101010110 111001 11101

Color Harmonies of #76203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76203A

Black with #76203A

Text Example


Text Example

White with #76203A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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