Html Css Color HEX #6E0104 Sangria

📋 copy color: '#6E0104'

red 110 ◦ green 1 ◦ blue 4

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

Shades of Sangria #6E0104

Tints of Sangria #6E0104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.87%

 BLUE value IS 4 (1.95% from 255) = 3.48%

R = 95.65%
G = 0.87%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6E0104 (or 0x6E0104) is known color: Sangria. HEX triplet: 6E, 01 and 04. RGB value is (110,1,4). Sum of RGB (Red+Green+Blue) = 110+1+4=115 (15% of max value = 765). Red value is 110 (43.36% from 255 or 95.65% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0104 is #91FEFB. Grayscale: #222222. Windows color (decimal): -9567996 or 262510. OLE color: 262510.

HSL color Cylindrical-coordinate representation of color #6E0104: hue angle of 358.35º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0104 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 1 4 -
CMYK 0 0.99 0.96 0.57
HSL 358.35º 0.98% 0.22% -
HSV(B) 358.35º 0.99% 0.43% -
XYZ 6.46 3.35 0.42 -
YUV 33.93 111.11 182.26 -
System Red Green Blue C M Y K H S L
Decimal 110 1 4 0 0.99 0.96 0.57 358.35 0.98 0.22
Hex 6E 1 4 0 63 60 39 166 62 16
Octal 156 1 4 0 143 140 71 546 142 26
Binary 1101110 1 100 0 1100011 1100000 111001 101100110 1100010 10110

Color Harmonies of #6E0104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0104

Black with #6E0104

Text Example


Text Example

White with #6E0104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,1,4); }

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

background-color css

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

 a { background-color: rgb(110,1,4); }

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

border-color css

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

 span { border-color: rgb(110,1,4); }

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