#68253A

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

Shades of Siren #68253A

Tints of Siren #68253A

Color information

#68253A (or 0x68253A) is unknown color: approx Siren. HEX triplet: 68, 25 and 3A. RGB value is (104,37,58). Sum of RGB (Red+Green+Blue) = 104+37+58=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68253A is #97DAC5. Grayscale: #3B3B3B. Windows color (decimal): -9951942 or 3810664. OLE color: 3810664.

HSL color Cylindrical-coordinate representation of color #68253A: hue angle of 341.19º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68253A is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1043758-
CMYK00.640.440.59
HSL341.19º47.52%27.65%-
HSV(B)341.19º64.42%40.78%-
XYZ7.134.574.51-
YUV59.43127.2159.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 58 (23.05% from 255) = 29.15%
R=52.26%
G=18.59%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104375800.640.440.59341.1947.5227.65
Hex68253A0402C3B155301c
Octal1504572010054735256034
Binary11010001001011110100100000010110011101110101010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68253A; }

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

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

<style>
 a { background-color: #68253A; }

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

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

<style>
 span { border-color: #68253A; }

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

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