Html Css Color HEX #900512 Sangria

📋 copy color: '#900512'

red 144 ◦ green 5 ◦ blue 18

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

Shades of Sangria #900512

Tints of Sangria #900512

RGB

 RED value IS 144 (56.64% from 255) = 86.23%

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

 BLUE value IS 18 (7.42% from 255) = 10.78%

R = 86.23%
G = 2.99%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#900512 (or 0x900512) is known color: Sangria. HEX triplet: 90, 05 and 12. RGB value is (144,5,18). Sum of RGB (Red+Green+Blue) = 144+5+18=167 (22% of max value = 765). Red value is 144 (56.64% from 255 or 86.23% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 144 - color contains mainly: red. Hex color #900512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900512 is #6FFAED. Grayscale: #303030. Windows color (decimal): -7338734 or 1181072. OLE color: 1181072.

HSL color Cylindrical-coordinate representation of color #900512: hue angle of 354.39º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900512 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 5 18 -
CMYK 0 0.97 0.88 0.44
HSL 354.39º 0.93% 0.29% -
HSV(B) 354.39º 0.97% 0.56% -
XYZ 11.67 6.08 1.13 -
YUV 48.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 144 5 18 0 0.97 0.88 0.44 354.39 0.93 0.29
Hex 90 5 12 0 61 58 2C 162 5D 1D
Octal 220 5 22 0 141 130 54 542 135 35
Binary 10010000 101 10010 0 1100001 1011000 101100 101100010 1011101 11101

Color Harmonies of #900512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900512

Black with #900512

Text Example


Text Example

White with #900512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900512; }

 p { color: rgb(144,5,18); }

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

background-color css

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

 a { background-color: rgb(144,5,18); }

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

border-color css

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

 span { border-color: rgb(144,5,18); }

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