Html Css Color HEX #99261C Mandarian Orange

📋 copy color: '#99261C'

red 153 ◦ green 38 ◦ blue 28

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

Shades of Mandarian Orange #99261C

Tints of Mandarian Orange #99261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 69.86%
G = 17.35%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99261C (or 0x99261C) is known color: Mandarian Orange. HEX triplet: 99, 26 and 1C. RGB value is (153,38,28). Sum of RGB (Red+Green+Blue) = 153+38+28=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #99261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99261C is #66D9E3. Grayscale: #474747. Windows color (decimal): -6740452 or 1844889. OLE color: 1844889.

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

Color convert

RGB 153 38 28 -
CMYK 0 0.75 0.82 0.4
HSL 4.8º 0.69% 0.35% -
HSV(B) 4.8º 0.82% 0.6% -
XYZ 14.04 8.24 1.95 -
YUV 71.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 153 38 28 0 0.75 0.82 0.4 4.8 0.69 0.35
Hex 99 26 1C 0 4B 52 28 5 45 23
Octal 231 46 34 0 113 122 50 5 105 43
Binary 10011001 100110 11100 0 1001011 1010010 101000 101 1000101 100011

Color Harmonies of #99261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99261C

Black with #99261C

Text Example


Text Example

White with #99261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99261C; }

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

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

background-color css

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

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

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

border-color css

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

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

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