Html Css Color HEX #920F10 Sangria

📋 copy color: '#920F10'

red 146 ◦ green 15 ◦ blue 16

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

Shades of Sangria #920F10

Tints of Sangria #920F10

RGB

 RED value IS 146 (57.42% from 255) = 82.49%

 GREEN value IS 15 (6.25% from 255) = 8.47%

 BLUE value IS 16 (6.64% from 255) = 9.04%

R = 82.49%
G = 8.47%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#920F10 (or 0x920F10) is known color: Sangria. HEX triplet: 92, 0F and 10. RGB value is (146,15,16). Sum of RGB (Red+Green+Blue) = 146+15+16=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #920F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920F10 is #6DF0EF. Grayscale: #363636. Windows color (decimal): -7205104 or 1052562. OLE color: 1052562.

HSL color Cylindrical-coordinate representation of color #920F10: hue angle of 359.54º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920F10 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 15 16 -
CMYK 0 0.90 0.89 0.43
HSL 359.54º 0.81% 0.32% -
HSV(B) 359.54º 0.9% 0.57% -
XYZ 12.12 6.49 1.1 -
YUV 54.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 146 15 16 0 0.90 0.89 0.43 359.54 0.81 0.32
Hex 92 F 10 0 5A 59 2B 168 51 20
Octal 222 17 20 0 132 131 53 550 121 40
Binary 10010010 1111 10000 0 1011010 1011001 101011 101101000 1010001 100000

Color Harmonies of #920F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920F10

Black with #920F10

Text Example


Text Example

White with #920F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920F10; }

 p { color: rgb(146,15,16); }

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

background-color css

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

 a { background-color: rgb(146,15,16); }

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

border-color css

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

 span { border-color: rgb(146,15,16); }

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