#5C273D

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

Shades of Siren #5C273D

Tints of Siren #5C273D

Color information

#5C273D (or 0x5C273D) is unknown color: approx Siren. HEX triplet: 5C, 27 and 3D. RGB value is (92,39,61). Sum of RGB (Red+Green+Blue) = 92+39+61=192 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.92% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 92 - color contains mainly: red. Hex color #5C273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C273D is #A3D8C2. Grayscale: #393939. Windows color (decimal): -10737859 or 4007772. OLE color: 4007772.

HSL color Cylindrical-coordinate representation of color #5C273D: hue angle of 335.09º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C273D is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB923961-
CMYK00.580.340.64
HSL335.09º40.46%25.69%-
HSV(B)335.09º57.61%36.08%-
XYZ5.984.064.88-
YUV57.36130.06152.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.92%
GREEN value IS 39 (15.62% from 255) = 20.31%
BLUE value IS 61 (24.22% from 255) = 31.77%
R=47.92%
G=20.31%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92396100.580.340.64335.0940.4625.69
Hex5C273D03A224014f281a
Octal1344775072421005175032
Binary10111001001111111010111010100010100000010100111110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C273D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C273D; }

 p { color: rgb(92,39,61); }

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

<style>
 a { background-color: #5C273D; }

 a { background-color: rgb(92,39,61); }

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

<style>
 span { border-color: #5C273D; }

 span { border-color: rgb(92,39,61); }

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