Html Css Color HEX #940009 Sangria

📋 copy color: '#940009'

red 148 ◦ green 0 ◦ blue 9

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

Shades of Sangria #940009

Tints of Sangria #940009

RGB

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

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

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

R = 94.27%
G = 0%
B = 5.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#940009 (or 0x940009) is known color: Sangria. HEX triplet: 94, 00 and 09. RGB value is (148,0,9). Sum of RGB (Red+Green+Blue) = 148+0+9=157 (20% of max value = 765). Red value is 148 (58.20% from 255 or 94.27% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 148 - color contains mainly: red. Hex color #940009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940009 is #6BFFF6. Grayscale: #2D2D2D. Windows color (decimal): -7077879 or 589972. OLE color: 589972.

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

Color convert

RGB 148 0 9 -
CMYK 0 1 0.94 0.42
HSL 356.35º 1% 0.29% -
HSV(B) 356.35º 1% 0.58% -
XYZ 12.26 6.32 0.83 -
YUV 45.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 148 0 9 0 1 0.94 0.42 356.35 1 0.29
Hex 94 0 9 0 64 5E 2A 164 64 1D
Octal 224 0 11 0 144 136 52 544 144 35
Binary 10010100 0 1001 0 1100100 1011110 101010 101100100 1100100 11101

Color Harmonies of #940009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940009

Black with #940009

Text Example


Text Example

White with #940009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940009; }

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

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

background-color css

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

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

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

border-color css

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

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

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