Html Css Color HEX #6E213A Siren

📋 copy color: '#6E213A'

red 110 ◦ green 33 ◦ blue 58

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

Shades of Siren #6E213A

Tints of Siren #6E213A

RGB

 RED value IS 110 (43.36% from 255) = 54.73%

 GREEN value IS 33 (13.28% from 255) = 16.42%

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

R = 54.73%
G = 16.42%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6E213A (or 0x6E213A) is known color: Siren. HEX triplet: 6E, 21 and 3A. RGB value is (110,33,58). Sum of RGB (Red+Green+Blue) = 110+33+58=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E213A is #91DEC5. Grayscale: #3A3A3A. Windows color (decimal): -9559750 or 3809646. OLE color: 3809646.

HSL color Cylindrical-coordinate representation of color #6E213A: hue angle of 340.52º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E213A is Cyan = 0, Magento = 0.7, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 33 58 -
CMYK 0 0.7 0.47 0.57
HSL 340.52º 0.54% 0.28% -
HSV(B) 340.52º 0.7% 0.43% -
XYZ 7.74 4.71 4.5 -
YUV 58.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 110 33 58 0 0.7 0.47 0.57 340.52 0.54 0.28
Hex 6E 21 3A 0 46 2F 39 155 36 1C
Octal 156 41 72 0 106 57 71 525 66 34
Binary 1101110 100001 111010 0 1000110 101111 111001 101010101 110110 11100

Color Harmonies of #6E213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E213A

Black with #6E213A

Text Example


Text Example

White with #6E213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,33,58); }

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

background-color css

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

 a { background-color: rgb(110,33,58); }

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

border-color css

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

 span { border-color: rgb(110,33,58); }

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