Html Css Color HEX #6E0304 Sangria

📋 copy color: '#6E0304'

red 110 ◦ green 3 ◦ blue 4

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

Shades of Sangria #6E0304

Tints of Sangria #6E0304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.56%

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

R = 94.02%
G = 2.56%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6E0304 (or 0x6E0304) is known color: Sangria. HEX triplet: 6E, 03 and 04. RGB value is (110,3,4). Sum of RGB (Red+Green+Blue) = 110+3+4=117 (15% of max value = 765). Red value is 110 (43.36% from 255 or 94.02% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0304 is #91FCFB. Grayscale: #232323. Windows color (decimal): -9567484 or 263022. OLE color: 263022.

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

Color convert

RGB 110 3 4 -
CMYK 0 0.97 0.96 0.57
HSL 359.44º 0.95% 0.22% -
HSV(B) 359.44º 0.97% 0.43% -
XYZ 6.48 3.39 0.43 -
YUV 35.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 110 3 4 0 0.97 0.96 0.57 359.44 0.95 0.22
Hex 6E 3 4 0 61 60 39 167 5F 16
Octal 156 3 4 0 141 140 71 547 137 26
Binary 1101110 11 100 0 1100001 1100000 111001 101100111 1011111 10110

Color Harmonies of #6E0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0304

Black with #6E0304

Text Example


Text Example

White with #6E0304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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