Html Css Color HEX #9A010D Sangria

📋 copy color: '#9A010D'

red 154 ◦ green 1 ◦ blue 13

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

Shades of Sangria #9A010D

Tints of Sangria #9A010D

RGB

 RED value IS 154 (60.55% from 255) = 91.67%

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

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

R = 91.67%
G = 0.6%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#9A010D (or 0x9A010D) is known color: Sangria. HEX triplet: 9A, 01 and 0D. RGB value is (154,1,13). Sum of RGB (Red+Green+Blue) = 154+1+13=168 (22% of max value = 765). Red value is 154 (60.55% from 255 or 91.67% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 154 - color contains mainly: red. Hex color #9A010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A010D is #65FEF2. Grayscale: #303030. Windows color (decimal): -6684403 or 852378. OLE color: 852378.

HSL color Cylindrical-coordinate representation of color #9A010D: hue angle of 355.29º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A010D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 1 13 -
CMYK 0 0.99 0.92 0.40
HSL 355.29º 0.99% 0.3% -
HSV(B) 355.29º 0.99% 0.6% -
XYZ 13.41 6.92 1.01 -
YUV 48.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 154 1 13 0 0.99 0.92 0.40 355.29 0.99 0.3
Hex 9A 1 D 0 63 5C 28 163 63 1E
Octal 232 1 15 0 143 134 50 543 143 36
Binary 10011010 1 1101 0 1100011 1011100 101000 101100011 1100011 11110

Color Harmonies of #9A010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A010D

Black with #9A010D

Text Example


Text Example

White with #9A010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A010D; }

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

 H1.HeaderClassName
 {
   color: #9A010D;
 }
 .AnyTagClassName
 {
   color: #9A010D;
 }
</style>

background-color css

<style>
 a { background-color: #9A010D; }

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

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

border-color css

<style>
 span { border-color: #9A010D; }

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

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