Html Css Color HEX #940209 Sangria

📋 copy color: '#940209'

red 148 ◦ green 2 ◦ blue 9

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

Shades of Sangria #940209

Tints of Sangria #940209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.66%

R = 93.08%
G = 1.26%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#940209 (or 0x940209) is known color: Sangria. HEX triplet: 94, 02 and 09. RGB value is (148,2,9). Sum of RGB (Red+Green+Blue) = 148+2+9=159 (21% of max value = 765). Red value is 148 (58.20% from 255 or 93.08% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 148 - color contains mainly: red. Hex color #940209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940209 is #6BFDF6. Grayscale: #2E2E2E. Windows color (decimal): -7077367 or 590484. OLE color: 590484.

HSL color Cylindrical-coordinate representation of color #940209: hue angle of 357.12º 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 #940209 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 2 9 -
CMYK 0 0.99 0.94 0.42
HSL 357.12º 0.97% 0.29% -
HSV(B) 357.12º 0.99% 0.58% -
XYZ 12.28 6.36 0.84 -
YUV 46.45 106.87 200.43 -
System Red Green Blue C M Y K H S L
Decimal 148 2 9 0 0.99 0.94 0.42 357.12 0.97 0.29
Hex 94 2 9 0 63 5E 2A 165 61 1D
Octal 224 2 11 0 143 136 52 545 141 35
Binary 10010100 10 1001 0 1100011 1011110 101010 101100101 1100001 11101

Color Harmonies of #940209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940209

Black with #940209

Text Example


Text Example

White with #940209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940209; }

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

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

background-color css

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

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

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

border-color css

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

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

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