Html Css Color HEX #940910 Sangria

📋 copy color: '#940910'

red 148 ◦ green 9 ◦ blue 16

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

Shades of Sangria #940910

Tints of Sangria #940910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.2%

 BLUE value IS 16 (6.64% from 255) = 9.25%

R = 85.55%
G = 5.2%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#940910 (or 0x940910) is known color: Sangria. HEX triplet: 94, 09 and 10. RGB value is (148,9,16). Sum of RGB (Red+Green+Blue) = 148+9+16=173 (22% of max value = 765). Red value is 148 (58.20% from 255 or 85.55% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 148 - color contains mainly: red. Hex color #940910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940910 is #6BF6EF. Grayscale: #333333. Windows color (decimal): -7075568 or 1051028. OLE color: 1051028.

HSL color Cylindrical-coordinate representation of color #940910: hue angle of 356.98º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940910 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 16 -
CMYK 0 0.94 0.89 0.42
HSL 356.98º 0.89% 0.31% -
HSV(B) 356.98º 0.94% 0.58% -
XYZ 12.4 6.53 1.1 -
YUV 51.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 148 9 16 0 0.94 0.89 0.42 356.98 0.89 0.31
Hex 94 9 10 0 5E 59 2A 165 59 1F
Octal 224 11 20 0 136 131 52 545 131 37
Binary 10010100 1001 10000 0 1011110 1011001 101010 101100101 1011001 11111

Color Harmonies of #940910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940910

Black with #940910

Text Example


Text Example

White with #940910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940910; }

 p { color: rgb(148,9,16); }

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

background-color css

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

 a { background-color: rgb(148,9,16); }

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

border-color css

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

 span { border-color: rgb(148,9,16); }

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