Html Css Color HEX #63313A Siren

📋 copy color: '#63313A'

red 99 ◦ green 49 ◦ blue 58

#63313A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Siren #63313A

Tints of Siren #63313A

RGB

 RED value IS 99 (39.06% from 255) = 48.06%

 GREEN value IS 49 (19.53% from 255) = 23.79%

 BLUE value IS 58 (23.05% from 255) = 28.16%

R = 48.06%
G = 23.79%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#63313A (or 0x63313A) is known color: Siren. HEX triplet: 63, 31 and 3A. RGB value is (99,49,58). Sum of RGB (Red+Green+Blue) = 99+49+58=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #63313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63313A is #9CCEC5. Grayscale: #404040. Windows color (decimal): -10276550 or 3813731. OLE color: 3813731.

HSL color Cylindrical-coordinate representation of color #63313A: hue angle of 349.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63313A is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 49 58 -
CMYK 0 0.51 0.41 0.61
HSL 349.2º 0.34% 0.29% -
HSV(B) 349.2º 0.51% 0.39% -
XYZ 7.01 5.15 4.63 -
YUV 64.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 99 49 58 0 0.51 0.41 0.61 349.2 0.34 0.29
Hex 63 31 3A 0 33 29 3D 15D 22 1D
Octal 143 61 72 0 63 51 75 535 42 35
Binary 1100011 110001 111010 0 110011 101001 111101 101011101 100010 11101

Color Harmonies of #63313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63313A

Black with #63313A

Text Example


Text Example

White with #63313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,49,58); }

 H1.HeaderClassName
 {
   color: #63313A;
 }
 .AnyTagClassName
 {
   color: #63313A;
 }
</style>

background-color css

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

 a { background-color: rgb(99,49,58); }

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

border-color css

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

 span { border-color: rgb(99,49,58); }

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