Html Css Color HEX #93080A Sangria

📋 copy color: '#93080A'

red 147 ◦ green 8 ◦ blue 10

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

Shades of Sangria #93080A

Tints of Sangria #93080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.85%

 BLUE value IS 10 (4.3% from 255) = 6.06%

R = 89.09%
G = 4.85%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#93080A (or 0x93080A) is known color: Sangria. HEX triplet: 93, 08 and 0A. RGB value is (147,8,10). Sum of RGB (Red+Green+Blue) = 147+8+10=165 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.09% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 147 - color contains mainly: red. Hex color #93080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93080A is #6CF7F5. Grayscale: #313131. Windows color (decimal): -7141366 or 657555. OLE color: 657555.

HSL color Cylindrical-coordinate representation of color #93080A: hue angle of 359.14º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93080A is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 8 10 -
CMYK 0 0.95 0.93 0.42
HSL 359.14º 0.9% 0.3% -
HSV(B) 359.14º 0.95% 0.58% -
XYZ 12.17 6.4 0.88 -
YUV 49.79 105.55 197.34 -
System Red Green Blue C M Y K H S L
Decimal 147 8 10 0 0.95 0.93 0.42 359.14 0.9 0.3
Hex 93 8 A 0 5F 5D 2A 167 5A 1E
Octal 223 10 12 0 137 135 52 547 132 36
Binary 10010011 1000 1010 0 1011111 1011101 101010 101100111 1011010 11110

Color Harmonies of #93080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93080A

Black with #93080A

Text Example


Text Example

White with #93080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93080A; }

 p { color: rgb(147,8,10); }

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

background-color css

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

 a { background-color: rgb(147,8,10); }

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

border-color css

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

 span { border-color: rgb(147,8,10); }

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