Html Css Color HEX #6B0304 Sangria

📋 copy color: '#6B0304'

red 107 ◦ green 3 ◦ blue 4

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

Shades of Sangria #6B0304

Tints of Sangria #6B0304

RGB

 RED value IS 107 (42.19% from 255) = 93.86%

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

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

R = 93.86%
G = 2.63%
B = 3.51%

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

#6B0304 (or 0x6B0304) is known color: Sangria. HEX triplet: 6B, 03 and 04. RGB value is (107,3,4). Sum of RGB (Red+Green+Blue) = 107+3+4=114 (15% of max value = 765). Red value is 107 (42.19% from 255 or 93.86% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0304 is #94FCFB. Grayscale: #222222. Windows color (decimal): -9764092 or 263019. OLE color: 263019.

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

Color convert

RGB 107 3 4 -
CMYK 0 0.97 0.96 0.58
HSL 359.42º 0.95% 0.22% -
HSV(B) 359.42º 0.97% 0.42% -
XYZ 6.12 3.2 0.41 -
YUV 34.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 107 3 4 0 0.97 0.96 0.58 359.42 0.95 0.22
Hex 6B 3 4 0 61 60 3A 167 5F 16
Octal 153 3 4 0 141 140 72 547 137 26
Binary 1101011 11 100 0 1100001 1100000 111010 101100111 1011111 10110

Color Harmonies of #6B0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0304

Black with #6B0304

Text Example


Text Example

White with #6B0304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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