Html Css Color HEX #76293C Siren

📋 copy color: '#76293C'

red 118 ◦ green 41 ◦ blue 60

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

Shades of Siren #76293C

Tints of Siren #76293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.72%

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

R = 53.88%
G = 18.72%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76293C (or 0x76293C) is known color: Siren. HEX triplet: 76, 29 and 3C. RGB value is (118,41,60). Sum of RGB (Red+Green+Blue) = 118+41+60=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76293C is #89D6C3. Grayscale: #424242. Windows color (decimal): -9033412 or 3942774. OLE color: 3942774.

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

Color convert

RGB 118 41 60 -
CMYK 0 0.65 0.49 0.54
HSL 345.19º 0.48% 0.31% -
HSV(B) 345.19º 0.65% 0.46% -
XYZ 9.08 5.76 4.91 -
YUV 66.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 118 41 60 0 0.65 0.49 0.54 345.19 0.48 0.31
Hex 76 29 3C 0 41 31 36 159 30 1F
Octal 166 51 74 0 101 61 66 531 60 37
Binary 1110110 101001 111100 0 1000001 110001 110110 101011001 110000 11111

Color Harmonies of #76293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76293C

Black with #76293C

Text Example


Text Example

White with #76293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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