Html Css Color HEX #6E2842 Siren

📋 copy color: '#6E2842'

red 110 ◦ green 40 ◦ blue 66

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

Shades of Siren #6E2842

Tints of Siren #6E2842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.52%

 BLUE value IS 66 (26.17% from 255) = 30.56%

R = 50.93%
G = 18.52%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.4

 K value IS 0.57

RGB Variations

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

Color information

#6E2842 (or 0x6E2842) is known color: Siren. HEX triplet: 6E, 28 and 42. RGB value is (110,40,66). Sum of RGB (Red+Green+Blue) = 110+40+66=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2842 is #91D7BD. Grayscale: #3F3F3F. Windows color (decimal): -9557950 or 4335726. OLE color: 4335726.

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

Color convert

RGB 110 40 66 -
CMYK 0 0.64 0.4 0.57
HSL 337.71º 0.47% 0.29% -
HSV(B) 337.71º 0.64% 0.43% -
XYZ 8.17 5.23 5.73 -
YUV 63.89 129.19 160.89 -
System Red Green Blue C M Y K H S L
Decimal 110 40 66 0 0.64 0.4 0.57 337.71 0.47 0.29
Hex 6E 28 42 0 40 28 39 152 2F 1D
Octal 156 50 102 0 100 50 71 522 57 35
Binary 1101110 101000 1000010 0 1000000 101000 111001 101010010 101111 11101

Color Harmonies of #6E2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2842

Black with #6E2842

Text Example


Text Example

White with #6E2842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,40,66); }

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

background-color css

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

 a { background-color: rgb(110,40,66); }

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

border-color css

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

 span { border-color: rgb(110,40,66); }

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