Html Css Color HEX #940006 Sangria

📋 copy color: '#940006'

red 148 ◦ green 0 ◦ blue 6

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

Shades of Sangria #940006

Tints of Sangria #940006

RGB

 RED value IS 148 (58.2% from 255) = 96.1%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 6 (2.73% from 255) = 3.9%

R = 96.1%
G = 0%
B = 3.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#940006 (or 0x940006) is known color: Sangria. HEX triplet: 94, 00 and 06. RGB value is (148,0,6). Sum of RGB (Red+Green+Blue) = 148+0+6=154 (20% of max value = 765). Red value is 148 (58.20% from 255 or 96.10% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 148 - color contains mainly: red. Hex color #940006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940006 is #6BFFF9. Grayscale: #2D2D2D. Windows color (decimal): -7077882 or 393364. OLE color: 393364.

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

Color convert

RGB 148 0 6 -
CMYK 0 1 0.96 0.42
HSL 357.57º 1% 0.29% -
HSV(B) 357.57º 1% 0.58% -
XYZ 12.25 6.31 0.74 -
YUV 44.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 148 0 6 0 1 0.96 0.42 357.57 1 0.29
Hex 94 0 6 0 64 60 2A 166 64 1D
Octal 224 0 6 0 144 140 52 546 144 35
Binary 10010100 0 110 0 1100100 1100000 101010 101100110 1100100 11101

Color Harmonies of #940006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940006

Black with #940006

Text Example


Text Example

White with #940006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940006; }

 p { color: rgb(148,0,6); }

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

background-color css

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

 a { background-color: rgb(148,0,6); }

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

border-color css

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

 span { border-color: rgb(148,0,6); }

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