Html Css Color HEX #93010D Sangria

📋 copy color: '#93010D'

red 147 ◦ green 1 ◦ blue 13

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

Shades of Sangria #93010D

Tints of Sangria #93010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 91.3%
G = 0.62%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93010D (or 0x93010D) is known color: Sangria. HEX triplet: 93, 01 and 0D. RGB value is (147,1,13). Sum of RGB (Red+Green+Blue) = 147+1+13=161 (21% of max value = 765). Red value is 147 (57.81% from 255 or 91.30% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 147 - color contains mainly: red. Hex color #93010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93010D is #6CFEF2. Grayscale: #2E2E2E. Windows color (decimal): -7143155 or 852371. OLE color: 852371.

HSL color Cylindrical-coordinate representation of color #93010D: hue angle of 355.07º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93010D is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 1 13 -
CMYK 0 0.99 0.91 0.42
HSL 355.07º 0.99% 0.29% -
HSV(B) 355.07º 0.99% 0.58% -
XYZ 12.12 6.25 0.95 -
YUV 46.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 147 1 13 0 0.99 0.91 0.42 355.07 0.99 0.29
Hex 93 1 D 0 63 5B 2A 163 63 1D
Octal 223 1 15 0 143 133 52 543 143 35
Binary 10010011 1 1101 0 1100011 1011011 101010 101100011 1100011 11101

Color Harmonies of #93010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93010D

Black with #93010D

Text Example


Text Example

White with #93010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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