Html Css Color HEX #6A253A Siren

📋 copy color: '#6A253A'

red 106 ◦ green 37 ◦ blue 58

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

Shades of Siren #6A253A

Tints of Siren #6A253A

RGB

 RED value IS 106 (41.8% from 255) = 52.74%

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

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

R = 52.74%
G = 18.41%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#6A253A (or 0x6A253A) is known color: Siren. HEX triplet: 6A, 25 and 3A. RGB value is (106,37,58). Sum of RGB (Red+Green+Blue) = 106+37+58=201 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.74% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 106 - color contains mainly: red. Hex color #6A253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A253A is #95DAC5. Grayscale: #3C3C3C. Windows color (decimal): -9820870 or 3810666. OLE color: 3810666.

HSL color Cylindrical-coordinate representation of color #6A253A: hue angle of 341.74º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A253A is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 37 58 -
CMYK 0 0.65 0.45 0.58
HSL 341.74º 0.48% 0.28% -
HSV(B) 341.74º 0.65% 0.42% -
XYZ 7.37 4.69 4.52 -
YUV 60.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 106 37 58 0 0.65 0.45 0.58 341.74 0.48 0.28
Hex 6A 25 3A 0 41 2D 3A 156 30 1C
Octal 152 45 72 0 101 55 72 526 60 34
Binary 1101010 100101 111010 0 1000001 101101 111010 101010110 110000 11100

Color Harmonies of #6A253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A253A

Black with #6A253A

Text Example


Text Example

White with #6A253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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