Html Css Color HEX #60253B Siren

📋 copy color: '#60253B'

red 96 ◦ green 37 ◦ blue 59

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

Shades of Siren #60253B

Tints of Siren #60253B

RGB

 RED value IS 96 (37.89% from 255) = 50%

 GREEN value IS 37 (14.84% from 255) = 19.27%

 BLUE value IS 59 (23.44% from 255) = 30.73%

R = 50%
G = 19.27%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#60253B (or 0x60253B) is known color: Siren. HEX triplet: 60, 25 and 3B. RGB value is (96,37,59). Sum of RGB (Red+Green+Blue) = 96+37+59=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60253B is #9FDAC4. Grayscale: #393939. Windows color (decimal): -10476229 or 3876192. OLE color: 3876192.

HSL color Cylindrical-coordinate representation of color #60253B: hue angle of 337.63º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60253B is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 59 -
CMYK 0 0.61 0.39 0.62
HSL 337.63º 0.44% 0.26% -
HSV(B) 337.63º 0.61% 0.38% -
XYZ 6.27 4.13 4.6 -
YUV 57.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 96 37 59 0 0.61 0.39 0.62 337.63 0.44 0.26
Hex 60 25 3B 0 3D 27 3E 152 2C 1A
Octal 140 45 73 0 75 47 76 522 54 32
Binary 1100000 100101 111011 0 111101 100111 111110 101010010 101100 11010

Color Harmonies of #60253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60253B

Black with #60253B

Text Example


Text Example

White with #60253B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,37,59); }

 H1.HeaderClassName
 {
   color: #60253B;
 }
 .AnyTagClassName
 {
   color: #60253B;
 }
</style>

background-color css

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

 a { background-color: rgb(96,37,59); }

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

border-color css

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

 span { border-color: rgb(96,37,59); }

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