Html Css Color HEX #93050C Sangria

📋 copy color: '#93050C'

red 147 ◦ green 5 ◦ blue 12

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

Shades of Sangria #93050C

Tints of Sangria #93050C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 89.63%
G = 3.05%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#93050C (or 0x93050C) is known color: Sangria. HEX triplet: 93, 05 and 0C. RGB value is (147,5,12). Sum of RGB (Red+Green+Blue) = 147+5+12=164 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.63% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 147 - color contains mainly: red. Hex color #93050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93050C is #6CFAF3. Grayscale: #303030. Windows color (decimal): -7142132 or 787859. OLE color: 787859.

HSL color Cylindrical-coordinate representation of color #93050C: hue angle of 357.04º 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 #93050C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 5 12 -
CMYK 0 0.97 0.92 0.42
HSL 357.04º 0.93% 0.3% -
HSV(B) 357.04º 0.97% 0.58% -
XYZ 12.15 6.34 0.93 -
YUV 48.26 107.54 198.43 -
System Red Green Blue C M Y K H S L
Decimal 147 5 12 0 0.97 0.92 0.42 357.04 0.93 0.3
Hex 93 5 C 0 61 5C 2A 165 5D 1E
Octal 223 5 14 0 141 134 52 545 135 36
Binary 10010011 101 1100 0 1100001 1011100 101010 101100101 1011101 11110

Color Harmonies of #93050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93050C

Black with #93050C

Text Example


Text Example

White with #93050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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