Html Css Color HEX #93050E Sangria

📋 copy color: '#93050E'

red 147 ◦ green 5 ◦ blue 14

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

Shades of Sangria #93050E

Tints of Sangria #93050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

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

R = 88.55%
G = 3.01%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93050E (or 0x93050E) is known color: Sangria. HEX triplet: 93, 05 and 0E. RGB value is (147,5,14). Sum of RGB (Red+Green+Blue) = 147+5+14=166 (21% of max value = 765). Red value is 147 (57.81% from 255 or 88.55% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 147 - color contains mainly: red. Hex color #93050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93050E is #6CFAF1. Grayscale: #303030. Windows color (decimal): -7142130 or 918931. OLE color: 918931.

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

Color convert

RGB 147 5 14 -
CMYK 0 0.97 0.90 0.42
HSL 356.2º 0.93% 0.3% -
HSV(B) 356.2º 0.97% 0.58% -
XYZ 12.17 6.34 1 -
YUV 48.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 147 5 14 0 0.97 0.90 0.42 356.2 0.93 0.3
Hex 93 5 E 0 61 5A 2A 164 5D 1E
Octal 223 5 16 0 141 132 52 544 135 36
Binary 10010011 101 1110 0 1100001 1011010 101010 101100100 1011101 11110

Color Harmonies of #93050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93050E

Black with #93050E

Text Example


Text Example

White with #93050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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