Html Css Color HEX #900613 Sangria

📋 copy color: '#900613'

red 144 ◦ green 6 ◦ blue 19

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

Shades of Sangria #900613

Tints of Sangria #900613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.55%

 BLUE value IS 19 (7.81% from 255) = 11.24%

R = 85.21%
G = 3.55%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#900613 (or 0x900613) is known color: Sangria. HEX triplet: 90, 06 and 13. RGB value is (144,6,19). Sum of RGB (Red+Green+Blue) = 144+6+19=169 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.21% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 144 - color contains mainly: red. Hex color #900613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900613 is #6FF9EC. Grayscale: #303030. Windows color (decimal): -7338477 or 1246864. OLE color: 1246864.

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

Color convert

RGB 144 6 19 -
CMYK 0 0.96 0.87 0.44
HSL 354.35º 0.92% 0.29% -
HSV(B) 354.35º 0.96% 0.56% -
XYZ 11.68 6.11 1.18 -
YUV 48.74 111.22 195.94 -
System Red Green Blue C M Y K H S L
Decimal 144 6 19 0 0.96 0.87 0.44 354.35 0.92 0.29
Hex 90 6 13 0 60 57 2C 162 5C 1D
Octal 220 6 23 0 140 127 54 542 134 35
Binary 10010000 110 10011 0 1100000 1010111 101100 101100010 1011100 11101

Color Harmonies of #900613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900613

Black with #900613

Text Example


Text Example

White with #900613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900613; }

 p { color: rgb(144,6,19); }

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

background-color css

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

 a { background-color: rgb(144,6,19); }

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

border-color css

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

 span { border-color: rgb(144,6,19); }

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