Html Css Color HEX #93080C Sangria

📋 copy color: '#93080C'

red 147 ◦ green 8 ◦ blue 12

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

Shades of Sangria #93080C

Tints of Sangria #93080C

RGB

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

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

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

R = 88.02%
G = 4.79%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#93080C (or 0x93080C) is known color: Sangria. HEX triplet: 93, 08 and 0C. RGB value is (147,8,12). Sum of RGB (Red+Green+Blue) = 147+8+12=167 (22% of max value = 765). Red value is 147 (57.81% from 255 or 88.02% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 147 - color contains mainly: red. Hex color #93080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93080C is #6CF7F3. Grayscale: #323232. Windows color (decimal): -7141364 or 788627. OLE color: 788627.

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

Color convert

RGB 147 8 12 -
CMYK 0 0.95 0.92 0.42
HSL 358.27º 0.9% 0.3% -
HSV(B) 358.27º 0.95% 0.58% -
XYZ 12.19 6.4 0.94 -
YUV 50.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 147 8 12 0 0.95 0.92 0.42 358.27 0.9 0.3
Hex 93 8 C 0 5F 5C 2A 166 5A 1E
Octal 223 10 14 0 137 134 52 546 132 36
Binary 10010011 1000 1100 0 1011111 1011100 101010 101100110 1011010 11110

Color Harmonies of #93080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93080C

Black with #93080C

Text Example


Text Example

White with #93080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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