Html Css Color HEX #93090E Sangria

📋 copy color: '#93090E'

red 147 ◦ green 9 ◦ blue 14

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

Shades of Sangria #93090E

Tints of Sangria #93090E

RGB

 RED value IS 147 (57.81% from 255) = 86.47%

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

 BLUE value IS 14 (5.86% from 255) = 8.24%

R = 86.47%
G = 5.29%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93090E (or 0x93090E) is known color: Sangria. HEX triplet: 93, 09 and 0E. RGB value is (147,9,14). Sum of RGB (Red+Green+Blue) = 147+9+14=170 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.47% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 147 - color contains mainly: red. Hex color #93090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93090E is #6CF6F1. Grayscale: #323232. Windows color (decimal): -7141106 or 919955. OLE color: 919955.

HSL color Cylindrical-coordinate representation of color #93090E: hue angle of 357.83º degrees, saturation: 0.88, 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 #93090E is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 9 14 -
CMYK 0 0.94 0.90 0.42
HSL 357.83º 0.88% 0.31% -
HSV(B) 357.83º 0.94% 0.58% -
XYZ 12.21 6.43 1.01 -
YUV 50.83 107.22 196.59 -
System Red Green Blue C M Y K H S L
Decimal 147 9 14 0 0.94 0.90 0.42 357.83 0.88 0.31
Hex 93 9 E 0 5E 5A 2A 166 58 1F
Octal 223 11 16 0 136 132 52 546 130 37
Binary 10010011 1001 1110 0 1011110 1011010 101010 101100110 1011000 11111

Color Harmonies of #93090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93090E

Black with #93090E

Text Example


Text Example

White with #93090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93090E; }

 p { color: rgb(147,9,14); }

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

background-color css

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

 a { background-color: rgb(147,9,14); }

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

border-color css

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

 span { border-color: rgb(147,9,14); }

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