Html Css Color HEX #60253A Siren

📋 copy color: '#60253A'

red 96 ◦ green 37 ◦ blue 58

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

Shades of Siren #60253A

Tints of Siren #60253A

RGB

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

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

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

R = 50.26%
G = 19.37%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#60253A (or 0x60253A) is known color: Siren. HEX triplet: 60, 25 and 3A. RGB value is (96,37,58). Sum of RGB (Red+Green+Blue) = 96+37+58=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60253A is #9FDAC5. Grayscale: #393939. Windows color (decimal): -10476230 or 3810656. OLE color: 3810656.

HSL color Cylindrical-coordinate representation of color #60253A: hue angle of 338.64º 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 #60253A is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 58 -
CMYK 0 0.61 0.40 0.62
HSL 338.64º 0.44% 0.26% -
HSV(B) 338.64º 0.61% 0.38% -
XYZ 6.25 4.12 4.47 -
YUV 57.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 96 37 58 0 0.61 0.40 0.62 338.64 0.44 0.26
Hex 60 25 3A 0 3D 28 3E 153 2C 1A
Octal 140 45 72 0 75 50 76 523 54 32
Binary 1100000 100101 111010 0 111101 101000 111110 101010011 101100 11010

Color Harmonies of #60253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60253A

Black with #60253A

Text Example


Text Example

White with #60253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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