Html Css Color HEX #76283C Siren

📋 copy color: '#76283C'

red 118 ◦ green 40 ◦ blue 60

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

Shades of Siren #76283C

Tints of Siren #76283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 54.13%
G = 18.35%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76283C (or 0x76283C) is known color: Siren. HEX triplet: 76, 28 and 3C. RGB value is (118,40,60). Sum of RGB (Red+Green+Blue) = 118+40+60=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76283C is #89D7C3. Grayscale: #414141. Windows color (decimal): -9033668 or 3942518. OLE color: 3942518.

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

Color convert

RGB 118 40 60 -
CMYK 0 0.66 0.49 0.54
HSL 344.62º 0.49% 0.31% -
HSV(B) 344.62º 0.66% 0.46% -
XYZ 9.05 5.7 4.9 -
YUV 65.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 118 40 60 0 0.66 0.49 0.54 344.62 0.49 0.31
Hex 76 28 3C 0 42 31 36 159 31 1F
Octal 166 50 74 0 102 61 66 531 61 37
Binary 1110110 101000 111100 0 1000010 110001 110110 101011001 110001 11111

Color Harmonies of #76283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76283C

Black with #76283C

Text Example


Text Example

White with #76283C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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