Html Css Color HEX #940407 Sangria

📋 copy color: '#940407'

red 148 ◦ green 4 ◦ blue 7

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

Shades of Sangria #940407

Tints of Sangria #940407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

 BLUE value IS 7 (3.13% from 255) = 4.4%

R = 93.08%
G = 2.52%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#940407 (or 0x940407) is known color: Sangria. HEX triplet: 94, 04 and 07. RGB value is (148,4,7). Sum of RGB (Red+Green+Blue) = 148+4+7=159 (21% of max value = 765). Red value is 148 (58.20% from 255 or 93.08% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 148 - color contains mainly: red. Hex color #940407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940407 is #6BFBF8. Grayscale: #2F2F2F. Windows color (decimal): -7076857 or 459924. OLE color: 459924.

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

Color convert

RGB 148 4 7 -
CMYK 0 0.97 0.95 0.42
HSL 358.75º 0.95% 0.3% -
HSV(B) 358.75º 0.97% 0.58% -
XYZ 12.29 6.4 0.79 -
YUV 47.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 148 4 7 0 0.97 0.95 0.42 358.75 0.95 0.3
Hex 94 4 7 0 61 5F 2A 167 5F 1E
Octal 224 4 7 0 141 137 52 547 137 36
Binary 10010100 100 111 0 1100001 1011111 101010 101100111 1011111 11110

Color Harmonies of #940407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940407

Black with #940407

Text Example


Text Example

White with #940407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940407; }

 p { color: rgb(148,4,7); }

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

background-color css

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

 a { background-color: rgb(148,4,7); }

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

border-color css

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

 span { border-color: rgb(148,4,7); }

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