Html Css Color HEX #76293D Siren

📋 copy color: '#76293D'

red 118 ◦ green 41 ◦ blue 61

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

Shades of Siren #76293D

Tints of Siren #76293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.73%

R = 53.64%
G = 18.64%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76293D (or 0x76293D) is known color: Siren. HEX triplet: 76, 29 and 3D. RGB value is (118,41,61). Sum of RGB (Red+Green+Blue) = 118+41+61=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #76293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76293D is #89D6C2. Grayscale: #424242. Windows color (decimal): -9033411 or 4008310. OLE color: 4008310.

HSL color Cylindrical-coordinate representation of color #76293D: hue angle of 344.42º 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 #76293D is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 61 -
CMYK 0 0.65 0.48 0.54
HSL 344.42º 0.48% 0.31% -
HSV(B) 344.42º 0.65% 0.46% -
XYZ 9.11 5.77 5.05 -
YUV 66.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 118 41 61 0 0.65 0.48 0.54 344.42 0.48 0.31
Hex 76 29 3D 0 41 30 36 158 30 1F
Octal 166 51 75 0 101 60 66 530 60 37
Binary 1110110 101001 111101 0 1000001 110000 110110 101011000 110000 11111

Color Harmonies of #76293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76293D

Black with #76293D

Text Example


Text Example

White with #76293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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