Html Css Color HEX #940008 Sangria

📋 copy color: '#940008'

red 148 ◦ green 0 ◦ blue 8

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

Shades of Sangria #940008

Tints of Sangria #940008

RGB

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

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

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

R = 94.87%
G = 0%
B = 5.13%

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

#940008 (or 0x940008) is known color: Sangria. HEX triplet: 94, 00 and 08. RGB value is (148,0,8). Sum of RGB (Red+Green+Blue) = 148+0+8=156 (20% of max value = 765). Red value is 148 (58.20% from 255 or 94.87% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 148 - color contains mainly: red. Hex color #940008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940008 is #6BFFF7. Grayscale: #2D2D2D. Windows color (decimal): -7077880 or 524436. OLE color: 524436.

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

Color convert

RGB 148 0 8 -
CMYK 0 1 0.95 0.42
HSL 356.76º 1% 0.29% -
HSV(B) 356.76º 1% 0.58% -
XYZ 12.26 6.31 0.8 -
YUV 45.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 148 0 8 0 1 0.95 0.42 356.76 1 0.29
Hex 94 0 8 0 64 5F 2A 165 64 1D
Octal 224 0 10 0 144 137 52 545 144 35
Binary 10010100 0 1000 0 1100100 1011111 101010 101100101 1100100 11101

Color Harmonies of #940008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940008

Black with #940008

Text Example


Text Example

White with #940008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940008; }

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

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

background-color css

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

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

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

border-color css

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

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

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