Html Css Color HEX #940206 Sangria

📋 copy color: '#940206'

red 148 ◦ green 2 ◦ blue 6

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

Shades of Sangria #940206

Tints of Sangria #940206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.28%

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

R = 94.87%
G = 1.28%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#940206 (or 0x940206) is known color: Sangria. HEX triplet: 94, 02 and 06. RGB value is (148,2,6). Sum of RGB (Red+Green+Blue) = 148+2+6=156 (20% of max value = 765). Red value is 148 (58.20% from 255 or 94.87% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 148 - color contains mainly: red. Hex color #940206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940206 is #6BFDF9. Grayscale: #2E2E2E. Windows color (decimal): -7077370 or 393876. OLE color: 393876.

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

Color convert

RGB 148 2 6 -
CMYK 0 0.99 0.96 0.42
HSL 358.36º 0.97% 0.29% -
HSV(B) 358.36º 0.99% 0.58% -
XYZ 12.27 6.35 0.75 -
YUV 46.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 148 2 6 0 0.99 0.96 0.42 358.36 0.97 0.29
Hex 94 2 6 0 63 60 2A 166 61 1D
Octal 224 2 6 0 143 140 52 546 141 35
Binary 10010100 10 110 0 1100011 1100000 101010 101100110 1100001 11101

Color Harmonies of #940206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940206

Black with #940206

Text Example


Text Example

White with #940206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940206; }

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

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

background-color css

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

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

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

border-color css

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

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

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