Html Css Color HEX #6E0105 Sangria

📋 copy color: '#6E0105'

red 110 ◦ green 1 ◦ blue 5

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

Shades of Sangria #6E0105

Tints of Sangria #6E0105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.31%

R = 94.83%
G = 0.86%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#6E0105 (or 0x6E0105) is known color: Sangria. HEX triplet: 6E, 01 and 05. RGB value is (110,1,5). Sum of RGB (Red+Green+Blue) = 110+1+5=116 (15% of max value = 765). Red value is 110 (43.36% from 255 or 94.83% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0105 is #91FEFA. Grayscale: #222222. Windows color (decimal): -9567995 or 328046. OLE color: 328046.

HSL color Cylindrical-coordinate representation of color #6E0105: hue angle of 357.8º 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 #6E0105 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 1 5 -
CMYK 0 0.99 0.95 0.57
HSL 357.8º 0.98% 0.22% -
HSV(B) 357.8º 0.99% 0.43% -
XYZ 6.47 3.35 0.45 -
YUV 34.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 110 1 5 0 0.99 0.95 0.57 357.8 0.98 0.22
Hex 6E 1 5 0 63 5F 39 166 62 16
Octal 156 1 5 0 143 137 71 546 142 26
Binary 1101110 1 101 0 1100011 1011111 111001 101100110 1100010 10110

Color Harmonies of #6E0105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0105

Black with #6E0105

Text Example


Text Example

White with #6E0105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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