Html Css Color HEX #76263D Siren

📋 copy color: '#76263D'

red 118 ◦ green 38 ◦ blue 61

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

Shades of Siren #76263D

Tints of Siren #76263D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.51%

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

R = 54.38%
G = 17.51%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76263D (or 0x76263D) is known color: Siren. HEX triplet: 76, 26 and 3D. RGB value is (118,38,61). Sum of RGB (Red+Green+Blue) = 118+38+61=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76263D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76263D is #89D9C2. Grayscale: #404040. Windows color (decimal): -9034179 or 4007542. OLE color: 4007542.

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

Color convert

RGB 118 38 61 -
CMYK 0 0.68 0.48 0.54
HSL 342.75º 0.51% 0.31% -
HSV(B) 342.75º 0.68% 0.46% -
XYZ 9.01 5.57 5.02 -
YUV 64.54 126 166.13 -
System Red Green Blue C M Y K H S L
Decimal 118 38 61 0 0.68 0.48 0.54 342.75 0.51 0.31
Hex 76 26 3D 0 44 30 36 157 33 1F
Octal 166 46 75 0 104 60 66 527 63 37
Binary 1110110 100110 111101 0 1000100 110000 110110 101010111 110011 11111

Color Harmonies of #76263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76263D

Black with #76263D

Text Example


Text Example

White with #76263D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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