Html Css Color HEX #920600 Dark Red

📋 copy color: '#920600'

red 146 ◦ green 6 ◦ blue 0

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

Shades of Dark Red #920600

Tints of Dark Red #920600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.05%
G = 3.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#920600 (or 0x920600) is known color: Dark Red. HEX triplet: 92, 06 and 00. RGB value is (146,6,0). Sum of RGB (Red+Green+Blue) = 146+6+0=152 (20% of max value = 765). Red value is 146 (57.42% from 255 or 96.05% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 146 - color contains mainly: red. Hex color #920600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920600 is #6DF9FF. Grayscale: #2F2F2F. Windows color (decimal): -7207424 or 1682. OLE color: 1682.

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

Color convert

RGB 146 6 0 -
CMYK 0 0.96 1 0.43
HSL 2.47º 1% 0.29% -
HSV(B) 2.47º 1% 0.57% -
XYZ 11.92 6.24 0.58 -
YUV 47.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 146 6 0 0 0.96 1 0.43 2.47 1 0.29
Hex 92 6 0 0 60 64 2B 2 64 1D
Octal 222 6 0 0 140 144 53 2 144 35
Binary 10010010 110 0 0 1100000 1100100 101011 10 1100100 11101

Color Harmonies of #920600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920600

Black with #920600

Text Example


Text Example

White with #920600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920600; }

 p { color: rgb(146,6,0); }

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

background-color css

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

 a { background-color: rgb(146,6,0); }

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

border-color css

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

 span { border-color: rgb(146,6,0); }

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