Html Css Color HEX #6A0304 Sangria

📋 copy color: '#6A0304'

red 106 ◦ green 3 ◦ blue 4

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

Shades of Sangria #6A0304

Tints of Sangria #6A0304

RGB

 RED value IS 106 (41.8% from 255) = 93.81%

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

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

R = 93.81%
G = 2.65%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6A0304 (or 0x6A0304) is known color: Sangria. HEX triplet: 6A, 03 and 04. RGB value is (106,3,4). Sum of RGB (Red+Green+Blue) = 106+3+4=113 (14% of max value = 765). Red value is 106 (41.80% from 255 or 93.81% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0304 is #95FCFB. Grayscale: #222222. Windows color (decimal): -9829628 or 263018. OLE color: 263018.

HSL color Cylindrical-coordinate representation of color #6A0304: hue angle of 359.42º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A0304 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 3 4 -
CMYK 0 0.97 0.96 0.58
HSL 359.42º 0.94% 0.21% -
HSV(B) 359.42º 0.97% 0.42% -
XYZ 6 3.14 0.4 -
YUV 33.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 106 3 4 0 0.97 0.96 0.58 359.42 0.94 0.21
Hex 6A 3 4 0 61 60 3A 167 5E 15
Octal 152 3 4 0 141 140 72 547 136 25
Binary 1101010 11 100 0 1100001 1100000 111010 101100111 1011110 10101

Color Harmonies of #6A0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0304

Black with #6A0304

Text Example


Text Example

White with #6A0304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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