Html Css Color HEX #76243A Claret

📋 copy color: '#76243A'

red 118 ◦ green 36 ◦ blue 58

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

Shades of Claret #76243A

Tints of Claret #76243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

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

R = 55.66%
G = 16.98%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76243A (or 0x76243A) is known color: Claret. HEX triplet: 76, 24 and 3A. RGB value is (118,36,58). Sum of RGB (Red+Green+Blue) = 118+36+58=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76243A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76243A is #89DBC5. Grayscale: #3F3F3F. Windows color (decimal): -9034694 or 3810422. OLE color: 3810422.

HSL color Cylindrical-coordinate representation of color #76243A: hue angle of 343.9º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76243A is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 36 58 -
CMYK 0 0.69 0.51 0.54
HSL 343.9º 0.53% 0.3% -
HSV(B) 343.9º 0.69% 0.46% -
XYZ 8.87 5.42 4.58 -
YUV 63.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 118 36 58 0 0.69 0.51 0.54 343.9 0.53 0.3
Hex 76 24 3A 0 45 33 36 158 35 1E
Octal 166 44 72 0 105 63 66 530 65 36
Binary 1110110 100100 111010 0 1000101 110011 110110 101011000 110101 11110

Color Harmonies of #76243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76243A

Black with #76243A

Text Example


Text Example

White with #76243A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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