Html Css Color HEX #990608 Sangria

📋 copy color: '#990608'

red 153 ◦ green 6 ◦ blue 8

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

Shades of Sangria #990608

Tints of Sangria #990608

RGB

 RED value IS 153 (60.16% from 255) = 91.62%

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

 BLUE value IS 8 (3.52% from 255) = 4.79%

R = 91.62%
G = 3.59%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#990608 (or 0x990608) is known color: Sangria. HEX triplet: 99, 06 and 08. RGB value is (153,6,8). Sum of RGB (Red+Green+Blue) = 153+6+8=167 (22% of max value = 765). Red value is 153 (60.16% from 255 or 91.62% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 153 - color contains mainly: red. Hex color #990608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990608 is #66F9F7. Grayscale: #323232. Windows color (decimal): -6748664 or 525977. OLE color: 525977.

HSL color Cylindrical-coordinate representation of color #990608: hue angle of 359.18º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990608 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 6 8 -
CMYK 0 0.96 0.95 0.4
HSL 359.18º 0.92% 0.31% -
HSV(B) 359.18º 0.96% 0.6% -
XYZ 13.25 6.92 0.87 -
YUV 50.18 104.2 201.34 -
System Red Green Blue C M Y K H S L
Decimal 153 6 8 0 0.96 0.95 0.4 359.18 0.92 0.31
Hex 99 6 8 0 60 5F 28 167 5C 1F
Octal 231 6 10 0 140 137 50 547 134 37
Binary 10011001 110 1000 0 1100000 1011111 101000 101100111 1011100 11111

Color Harmonies of #990608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990608

Black with #990608

Text Example


Text Example

White with #990608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990608; }

 p { color: rgb(153,6,8); }

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

background-color css

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

 a { background-color: rgb(153,6,8); }

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

border-color css

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

 span { border-color: rgb(153,6,8); }

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