Html Css Color HEX #940007 Sangria

📋 copy color: '#940007'

red 148 ◦ green 0 ◦ blue 7

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

Shades of Sangria #940007

Tints of Sangria #940007

RGB

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

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

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

R = 95.48%
G = 0%
B = 4.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#940007 (or 0x940007) is known color: Sangria. HEX triplet: 94, 00 and 07. RGB value is (148,0,7). Sum of RGB (Red+Green+Blue) = 148+0+7=155 (20% of max value = 765). Red value is 148 (58.20% from 255 or 95.48% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 148 - color contains mainly: red. Hex color #940007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940007 is #6BFFF8. Grayscale: #2D2D2D. Windows color (decimal): -7077881 or 458900. OLE color: 458900.

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

Color convert

RGB 148 0 7 -
CMYK 0 1 0.95 0.42
HSL 357.16º 1% 0.29% -
HSV(B) 357.16º 1% 0.58% -
XYZ 12.25 6.31 0.77 -
YUV 45.05 106.53 201.43 -
System Red Green Blue C M Y K H S L
Decimal 148 0 7 0 1 0.95 0.42 357.16 1 0.29
Hex 94 0 7 0 64 5F 2A 165 64 1D
Octal 224 0 7 0 144 137 52 545 144 35
Binary 10010100 0 111 0 1100100 1011111 101010 101100101 1100100 11101

Color Harmonies of #940007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940007

Black with #940007

Text Example


Text Example

White with #940007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940007; }

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

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

background-color css

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

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

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

border-color css

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

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

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