Html Css Color HEX #940001 Sangria

📋 copy color: '#940001'

red 148 ◦ green 0 ◦ blue 1

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

Shades of Sangria #940001

Tints of Sangria #940001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 99.33%
G = 0%
B = 0.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#940001 (or 0x940001) is known color: Sangria. HEX triplet: 94, 00 and 01. RGB value is (148,0,1). Sum of RGB (Red+Green+Blue) = 148+0+1=149 (19% of max value = 765). Red value is 148 (58.20% from 255 or 99.33% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 148 - color contains mainly: red. Hex color #940001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940001 is #6BFFFE. Grayscale: #2C2C2C. Windows color (decimal): -7077887 or 65684. OLE color: 65684.

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

Color convert

RGB 148 0 1 -
CMYK 0 1 0.99 0.42
HSL 359.59º 1% 0.29% -
HSV(B) 359.59º 1% 0.58% -
XYZ 12.22 6.3 0.6 -
YUV 44.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 148 0 1 0 1 0.99 0.42 359.59 1 0.29
Hex 94 0 1 0 64 63 2A 168 64 1D
Octal 224 0 1 0 144 143 52 550 144 35
Binary 10010100 0 1 0 1100100 1100011 101010 101101000 1100100 11101

Color Harmonies of #940001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940001

Black with #940001

Text Example


Text Example

White with #940001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940001; }

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

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

background-color css

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

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

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

border-color css

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

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

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