Html Css Color HEX #93090D Sangria

📋 copy color: '#93090D'

red 147 ◦ green 9 ◦ blue 13

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

Shades of Sangria #93090D

Tints of Sangria #93090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.69%

R = 86.98%
G = 5.33%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93090D (or 0x93090D) is known color: Sangria. HEX triplet: 93, 09 and 0D. RGB value is (147,9,13). Sum of RGB (Red+Green+Blue) = 147+9+13=169 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.98% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 147 - color contains mainly: red. Hex color #93090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93090D is #6CF6F2. Grayscale: #323232. Windows color (decimal): -7141107 or 854419. OLE color: 854419.

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

Color convert

RGB 147 9 13 -
CMYK 0 0.94 0.91 0.42
HSL 358.26º 0.88% 0.31% -
HSV(B) 358.26º 0.94% 0.58% -
XYZ 12.2 6.43 0.98 -
YUV 50.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 147 9 13 0 0.94 0.91 0.42 358.26 0.88 0.31
Hex 93 9 D 0 5E 5B 2A 166 58 1F
Octal 223 11 15 0 136 133 52 546 130 37
Binary 10010011 1001 1101 0 1011110 1011011 101010 101100110 1011000 11111

Color Harmonies of #93090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93090D

Black with #93090D

Text Example


Text Example

White with #93090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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