Html Css Color HEX #612335 Siren

📋 copy color: '#612335'

red 97 ◦ green 35 ◦ blue 53

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

Shades of Siren #612335

Tints of Siren #612335

RGB

 RED value IS 97 (38.28% from 255) = 52.43%

 GREEN value IS 35 (14.06% from 255) = 18.92%

 BLUE value IS 53 (21.09% from 255) = 28.65%

R = 52.43%
G = 18.92%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#612335 (or 0x612335) is known color: Siren. HEX triplet: 61, 23 and 35. RGB value is (97,35,53). Sum of RGB (Red+Green+Blue) = 97+35+53=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #612335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612335 is #9EDCCA. Grayscale: #373737. Windows color (decimal): -10411211 or 3482465. OLE color: 3482465.

HSL color Cylindrical-coordinate representation of color #612335: hue angle of 342.58º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #612335 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 35 53 -
CMYK 0 0.64 0.45 0.62
HSL 342.58º 0.47% 0.26% -
HSV(B) 342.58º 0.64% 0.38% -
XYZ 6.17 4 3.81 -
YUV 55.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 97 35 53 0 0.64 0.45 0.62 342.58 0.47 0.26
Hex 61 23 35 0 40 2D 3E 157 2F 1A
Octal 141 43 65 0 100 55 76 527 57 32
Binary 1100001 100011 110101 0 1000000 101101 111110 101010111 101111 11010

Color Harmonies of #612335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612335

Black with #612335

Text Example


Text Example

White with #612335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612335; }

 p { color: rgb(97,35,53); }

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

background-color css

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

 a { background-color: rgb(97,35,53); }

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

border-color css

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

 span { border-color: rgb(97,35,53); }

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