Html Css Color HEX #992826 Mandarian Orange

📋 copy color: '#992826'

red 153 ◦ green 40 ◦ blue 38

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

Shades of Mandarian Orange #992826

Tints of Mandarian Orange #992826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

 BLUE value IS 38 (15.23% from 255) = 16.45%

R = 66.23%
G = 17.32%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#992826 (or 0x992826) is known color: Mandarian Orange. HEX triplet: 99, 28 and 26. RGB value is (153,40,38). Sum of RGB (Red+Green+Blue) = 153+40+38=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #992826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992826 is #66D7D9. Grayscale: #494949. Windows color (decimal): -6739930 or 2500761. OLE color: 2500761.

HSL color Cylindrical-coordinate representation of color #992826: hue angle of 1.04º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992826 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 40 38 -
CMYK 0 0.74 0.75 0.4
HSL 1.04º 0.6% 0.37% -
HSV(B) 1.04º 0.75% 0.6% -
XYZ 14.25 8.43 2.71 -
YUV 73.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 153 40 38 0 0.74 0.75 0.4 1.04 0.6 0.37
Hex 99 28 26 0 4A 4B 28 1 3C 25
Octal 231 50 46 0 112 113 50 1 74 45
Binary 10011001 101000 100110 0 1001010 1001011 101000 1 111100 100101

Color Harmonies of #992826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992826

Black with #992826

Text Example


Text Example

White with #992826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992826; }

 p { color: rgb(153,40,38); }

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

background-color css

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

 a { background-color: rgb(153,40,38); }

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

border-color css

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

 span { border-color: rgb(153,40,38); }

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