Html Css Color HEX #93080D Sangria

📋 copy color: '#93080D'

red 147 ◦ green 8 ◦ blue 13

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

Shades of Sangria #93080D

Tints of Sangria #93080D

RGB

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

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

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

R = 87.5%
G = 4.76%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93080D (or 0x93080D) is known color: Sangria. HEX triplet: 93, 08 and 0D. RGB value is (147,8,13). Sum of RGB (Red+Green+Blue) = 147+8+13=168 (22% of max value = 765). Red value is 147 (57.81% from 255 or 87.5% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 147 - color contains mainly: red. Hex color #93080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93080D is #6CF7F2. Grayscale: #323232. Windows color (decimal): -7141363 or 854163. OLE color: 854163.

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

Color convert

RGB 147 8 13 -
CMYK 0 0.95 0.91 0.42
HSL 357.84º 0.9% 0.3% -
HSV(B) 357.84º 0.95% 0.58% -
XYZ 12.19 6.41 0.97 -
YUV 50.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 147 8 13 0 0.95 0.91 0.42 357.84 0.9 0.3
Hex 93 8 D 0 5F 5B 2A 166 5A 1E
Octal 223 10 15 0 137 133 52 546 132 36
Binary 10010011 1000 1101 0 1011111 1011011 101010 101100110 1011010 11110

Color Harmonies of #93080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93080D

Black with #93080D

Text Example


Text Example

White with #93080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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