Html Css Color HEX #90070F Sangria

📋 copy color: '#90070F'

red 144 ◦ green 7 ◦ blue 15

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

Shades of Sangria #90070F

Tints of Sangria #90070F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 86.75%
G = 4.22%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90070F (or 0x90070F) is known color: Sangria. HEX triplet: 90, 07 and 0F. RGB value is (144,7,15). Sum of RGB (Red+Green+Blue) = 144+7+15=166 (21% of max value = 765). Red value is 144 (56.64% from 255 or 86.75% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 144 - color contains mainly: red. Hex color #90070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90070F is #6FF8F0. Grayscale: #303030. Windows color (decimal): -7338225 or 984976. OLE color: 984976.

HSL color Cylindrical-coordinate representation of color #90070F: hue angle of 356.5º 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 #90070F is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 7 15 -
CMYK 0 0.95 0.90 0.44
HSL 356.5º 0.91% 0.3% -
HSV(B) 356.5º 0.95% 0.56% -
XYZ 11.66 6.12 1.02 -
YUV 48.88 108.89 195.85 -
System Red Green Blue C M Y K H S L
Decimal 144 7 15 0 0.95 0.90 0.44 356.5 0.91 0.3
Hex 90 7 F 0 5F 5A 2C 164 5B 1E
Octal 220 7 17 0 137 132 54 544 133 36
Binary 10010000 111 1111 0 1011111 1011010 101100 101100100 1011011 11110

Color Harmonies of #90070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90070F

Black with #90070F

Text Example


Text Example

White with #90070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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