#6C1F39

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

Shades of Siren #6C1F39

Tints of Siren #6C1F39

Color information

#6C1F39 (or 0x6C1F39) is unknown color: approx Siren. HEX triplet: 6C, 1F and 39. RGB value is (108,31,57). Sum of RGB (Red+Green+Blue) = 108+31+57=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 57 (22.66% from 255 or 29.08% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1F39 is #93E0C6. Grayscale: #383838. Windows color (decimal): -9691335 or 3743596. OLE color: 3743596.

HSL color Cylindrical-coordinate representation of color #6C1F39: hue angle of 339.74º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C1F39 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB1083157-
CMYK00.710.470.58
HSL339.74º55.4%27.25%-
HSV(B)339.74º71.3%42.35%-
XYZ7.414.464.34-
YUV56.99128.01164.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.10%
GREEN value IS 31 (12.5% from 255) = 15.82%
BLUE value IS 57 (22.66% from 255) = 29.08%
R=55.10%
G=15.82%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108315700.710.470.58339.7455.427.25
Hex6C1F390472F3A154371b
Octal1543771010757725246733
Binary1101100111111110010100011110111111101010101010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,31,57); }

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

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

 a { background-color: rgb(108,31,57); }

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

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

 span { border-color: rgb(108,31,57); }

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