#6E253A

Color #6E253A Siren (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siren #6E253A

Tints of Siren #6E253A

Color information

#6E253A (or 0x6E253A) is unknown color: approx Siren. HEX triplet: 6E, 25 and 3A. RGB value is (110,37,58). Sum of RGB (Red+Green+Blue) = 110+37+58=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E253A is #91DAC5. Grayscale: #3D3D3D. Windows color (decimal): -9558726 or 3810670. OLE color: 3810670.

HSL color Cylindrical-coordinate representation of color #6E253A: hue angle of 342.74º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E253A is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB1103758-
CMYK00.660.470.57
HSL342.74º49.66%28.82%-
HSV(B)342.74º66.36%43.14%-
XYZ7.864.944.54-
YUV61.22126.18162.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.66%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=53.66%
G=18.05%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110375800.660.470.57342.7449.6628.82
Hex6E253A0422F39157321d
Octal1564572010257715276235
Binary11011101001011110100100001010111111100110101011111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E253A; }

 p { color: rgb(110,37,58); }

 H1.HeaderClassName
 {
   color: #6E253A;
 }
 .AnyTagClassName
 {
   color: #6E253A;
 }
</style>
background-color css

<style>
 a { background-color: #6E253A; }

 a { background-color: rgb(110,37,58); }

 div.DivClassName
 {
   background-color: #6E253A;
 }
 .BgClassName
 {
   background-color: #6E253A;
 }
</style>
border-color css

<style>
 span { border-color: #6E253A; }

 span { border-color: rgb(110,37,58); }

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