Html Css Color HEX #94090F Sangria

📋 copy color: '#94090F'

red 148 ◦ green 9 ◦ blue 15

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

Shades of Sangria #94090F

Tints of Sangria #94090F

RGB

 RED value IS 148 (58.2% from 255) = 86.05%

 GREEN value IS 9 (3.91% from 255) = 5.23%

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

R = 86.05%
G = 5.23%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94090F (or 0x94090F) is known color: Sangria. HEX triplet: 94, 09 and 0F. RGB value is (148,9,15). Sum of RGB (Red+Green+Blue) = 148+9+15=172 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.05% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 148 - color contains mainly: red. Hex color #94090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94090F is #6BF6F0. Grayscale: #333333. Windows color (decimal): -7075569 or 985492. OLE color: 985492.

HSL color Cylindrical-coordinate representation of color #94090F: hue angle of 357.41º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94090F is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 15 -
CMYK 0 0.94 0.90 0.42
HSL 357.41º 0.89% 0.31% -
HSV(B) 357.41º 0.94% 0.58% -
XYZ 12.4 6.53 1.06 -
YUV 51.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 148 9 15 0 0.94 0.90 0.42 357.41 0.89 0.31
Hex 94 9 F 0 5E 5A 2A 165 59 1F
Octal 224 11 17 0 136 132 52 545 131 37
Binary 10010100 1001 1111 0 1011110 1011010 101010 101100101 1011001 11111

Color Harmonies of #94090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94090F

Black with #94090F

Text Example


Text Example

White with #94090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,9,15); }

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

background-color css

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

 a { background-color: rgb(148,9,15); }

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

border-color css

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

 span { border-color: rgb(148,9,15); }

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