Html Css Color HEX #920207 Sangria

📋 copy color: '#920207'

red 146 ◦ green 2 ◦ blue 7

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

Shades of Sangria #920207

Tints of Sangria #920207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

 BLUE value IS 7 (3.13% from 255) = 4.52%

R = 94.19%
G = 1.29%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#920207 (or 0x920207) is known color: Sangria. HEX triplet: 92, 02 and 07. RGB value is (146,2,7). Sum of RGB (Red+Green+Blue) = 146+2+7=155 (20% of max value = 765). Red value is 146 (57.42% from 255 or 94.19% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 146 - color contains mainly: red. Hex color #920207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920207 is #6DFDF8. Grayscale: #2D2D2D. Windows color (decimal): -7208441 or 459410. OLE color: 459410.

HSL color Cylindrical-coordinate representation of color #920207: hue angle of 357.92º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920207 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 2 7 -
CMYK 0 0.99 0.95 0.43
HSL 357.92º 0.97% 0.29% -
HSV(B) 357.92º 0.99% 0.57% -
XYZ 11.91 6.17 0.76 -
YUV 45.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 146 2 7 0 0.99 0.95 0.43 357.92 0.97 0.29
Hex 92 2 7 0 63 5F 2B 166 61 1D
Octal 222 2 7 0 143 137 53 546 141 35
Binary 10010010 10 111 0 1100011 1011111 101011 101100110 1100001 11101

Color Harmonies of #920207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920207

Black with #920207

Text Example


Text Example

White with #920207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920207; }

 p { color: rgb(146,2,7); }

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

background-color css

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

 a { background-color: rgb(146,2,7); }

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

border-color css

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

 span { border-color: rgb(146,2,7); }

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