Html Css Color HEX #93090F Sangria

📋 copy color: '#93090F'

red 147 ◦ green 9 ◦ blue 15

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

Shades of Sangria #93090F

Tints of Sangria #93090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.77%

R = 85.96%
G = 5.26%
B = 8.77%

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

#93090F (or 0x93090F) is known color: Sangria. HEX triplet: 93, 09 and 0F. RGB value is (147,9,15). Sum of RGB (Red+Green+Blue) = 147+9+15=171 (22% of max value = 765). Red value is 147 (57.81% from 255 or 85.96% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 147 - color contains mainly: red. Hex color #93090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93090F is #6CF6F0. Grayscale: #333333. Windows color (decimal): -7141105 or 985491. OLE color: 985491.

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

Color convert

RGB 147 9 15 -
CMYK 0 0.94 0.90 0.42
HSL 357.39º 0.88% 0.31% -
HSV(B) 357.39º 0.94% 0.58% -
XYZ 12.22 6.43 1.05 -
YUV 50.95 107.72 196.51 -
System Red Green Blue C M Y K H S L
Decimal 147 9 15 0 0.94 0.90 0.42 357.39 0.88 0.31
Hex 93 9 F 0 5E 5A 2A 165 58 1F
Octal 223 11 17 0 136 132 52 545 130 37
Binary 10010011 1001 1111 0 1011110 1011010 101010 101100101 1011000 11111

Color Harmonies of #93090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93090F

Black with #93090F

Text Example


Text Example

White with #93090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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