Html Css Color HEX #90070C Sangria

📋 copy color: '#90070C'

red 144 ◦ green 7 ◦ blue 12

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

Shades of Sangria #90070C

Tints of Sangria #90070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.29%

 BLUE value IS 12 (5.08% from 255) = 7.36%

R = 88.34%
G = 4.29%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#90070C (or 0x90070C) is known color: Sangria. HEX triplet: 90, 07 and 0C. RGB value is (144,7,12). Sum of RGB (Red+Green+Blue) = 144+7+12=163 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.34% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 144 - color contains mainly: red. Hex color #90070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90070C is #6FF8F3. Grayscale: #303030. Windows color (decimal): -7338228 or 788368. OLE color: 788368.

HSL color Cylindrical-coordinate representation of color #90070C: hue angle of 357.81º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90070C is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 7 12 -
CMYK 0 0.95 0.92 0.44
HSL 357.81º 0.91% 0.3% -
HSV(B) 357.81º 0.95% 0.56% -
XYZ 11.64 6.11 0.91 -
YUV 48.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 144 7 12 0 0.95 0.92 0.44 357.81 0.91 0.3
Hex 90 7 C 0 5F 5C 2C 166 5B 1E
Octal 220 7 14 0 137 134 54 546 133 36
Binary 10010000 111 1100 0 1011111 1011100 101100 101100110 1011011 11110

Color Harmonies of #90070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90070C

Black with #90070C

Text Example


Text Example

White with #90070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90070C; }

 p { color: rgb(144,7,12); }

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

background-color css

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

 a { background-color: rgb(144,7,12); }

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

border-color css

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

 span { border-color: rgb(144,7,12); }

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