Html Css Color HEX #940408 Sangria

📋 copy color: '#940408'

red 148 ◦ green 4 ◦ blue 8

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

Shades of Sangria #940408

Tints of Sangria #940408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5%

R = 92.5%
G = 2.5%
B = 5%

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

#940408 (or 0x940408) is known color: Sangria. HEX triplet: 94, 04 and 08. RGB value is (148,4,8). Sum of RGB (Red+Green+Blue) = 148+4+8=160 (21% of max value = 765). Red value is 148 (58.20% from 255 or 92.5% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 148 - color contains mainly: red. Hex color #940408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940408 is #6BFBF7. Grayscale: #2F2F2F. Windows color (decimal): -7076856 or 525460. OLE color: 525460.

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

Color convert

RGB 148 4 8 -
CMYK 0 0.97 0.95 0.42
HSL 358.33º 0.95% 0.3% -
HSV(B) 358.33º 0.97% 0.58% -
XYZ 12.3 6.4 0.82 -
YUV 47.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 148 4 8 0 0.97 0.95 0.42 358.33 0.95 0.3
Hex 94 4 8 0 61 5F 2A 166 5F 1E
Octal 224 4 10 0 141 137 52 546 137 36
Binary 10010100 100 1000 0 1100001 1011111 101010 101100110 1011111 11110

Color Harmonies of #940408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940408

Black with #940408

Text Example


Text Example

White with #940408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940408; }

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

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

background-color css

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

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

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

border-color css

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

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

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