Html Css Color HEX #940104 Sangria

📋 copy color: '#940104'

red 148 ◦ green 1 ◦ blue 4

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

Shades of Sangria #940104

Tints of Sangria #940104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 4 (1.95% from 255) = 2.61%

R = 96.73%
G = 0.65%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#940104 (or 0x940104) is known color: Sangria. HEX triplet: 94, 01 and 04. RGB value is (148,1,4). Sum of RGB (Red+Green+Blue) = 148+1+4=153 (20% of max value = 765). Red value is 148 (58.20% from 255 or 96.73% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 148 - color contains mainly: red. Hex color #940104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940104 is #6BFEFB. Grayscale: #2D2D2D. Windows color (decimal): -7077628 or 262548. OLE color: 262548.

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

Color convert

RGB 148 1 4 -
CMYK 0 0.99 0.97 0.42
HSL 358.78º 0.99% 0.29% -
HSV(B) 358.78º 0.99% 0.58% -
XYZ 12.25 6.33 0.69 -
YUV 45.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 148 1 4 0 0.99 0.97 0.42 358.78 0.99 0.29
Hex 94 1 4 0 63 61 2A 167 63 1D
Octal 224 1 4 0 143 141 52 547 143 35
Binary 10010100 1 100 0 1100011 1100001 101010 101100111 1100011 11101

Color Harmonies of #940104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940104

Black with #940104

Text Example


Text Example

White with #940104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940104; }

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

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

background-color css

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

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

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

border-color css

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

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

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