#65303B

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

Shades of Siren #65303B

Tints of Siren #65303B

Color information

#65303B (or 0x65303B) is unknown color: approx Siren. HEX triplet: 65, 30 and 3B. RGB value is (101,48,59). Sum of RGB (Red+Green+Blue) = 101+48+59=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #65303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65303B is #9ACFC4. Grayscale: #414141. Windows color (decimal): -10145733 or 3879013. OLE color: 3879013.

HSL color Cylindrical-coordinate representation of color #65303B: hue angle of 347.55º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65303B is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB1014859-
CMYK00.520.420.60
HSL347.55º35.57%29.22%-
HSV(B)347.55º52.48%39.61%-
XYZ7.215.24.76-
YUV65.1124.56153.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.56%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 59 (23.44% from 255) = 28.37%
R=48.56%
G=23.08%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101485900.520.420.60347.5535.5729.22
Hex65303B0342A3C15c241d
Octal145607306452745344435
Binary1100101110000111011011010010101011110010101110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65303B; }

 p { color: rgb(101,48,59); }

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

<style>
 a { background-color: #65303B; }

 a { background-color: rgb(101,48,59); }

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

<style>
 span { border-color: #65303B; }

 span { border-color: rgb(101,48,59); }

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