Html Css Color HEX #992104 Mandarian Orange

📋 copy color: '#992104'

red 153 ◦ green 33 ◦ blue 4

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

Shades of Mandarian Orange #992104

Tints of Mandarian Orange #992104

RGB

 RED value IS 153 (60.16% from 255) = 80.53%

 GREEN value IS 33 (13.28% from 255) = 17.37%

 BLUE value IS 4 (1.95% from 255) = 2.11%

R = 80.53%
G = 17.37%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#992104 (or 0x992104) is known color: Mandarian Orange. HEX triplet: 99, 21 and 04. RGB value is (153,33,4). Sum of RGB (Red+Green+Blue) = 153+33+4=190 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.53% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 153 - color contains mainly: red. Hex color #992104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992104 is #66DEFB. Grayscale: #414141. Windows color (decimal): -6741756 or 270745. OLE color: 270745.

HSL color Cylindrical-coordinate representation of color #992104: hue angle of 11.68º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #992104 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 33 4 -
CMYK 0 0.78 0.97 0.4
HSL 11.68º 0.95% 0.31% -
HSV(B) 11.68º 0.97% 0.6% -
XYZ 13.7 7.87 0.91 -
YUV 65.57 93.26 190.36 -
System Red Green Blue C M Y K H S L
Decimal 153 33 4 0 0.78 0.97 0.4 11.68 0.95 0.31
Hex 99 21 4 0 4E 61 28 C 5F 1F
Octal 231 41 4 0 116 141 50 14 137 37
Binary 10011001 100001 100 0 1001110 1100001 101000 1100 1011111 11111

Color Harmonies of #992104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992104

Black with #992104

Text Example


Text Example

White with #992104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992104; }

 p { color: rgb(153,33,4); }

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

background-color css

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

 a { background-color: rgb(153,33,4); }

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

border-color css

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

 span { border-color: rgb(153,33,4); }

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