Html Css Color HEX #99271B Mandarian Orange

📋 copy color: '#99271B'

red 153 ◦ green 39 ◦ blue 27

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

Shades of Mandarian Orange #99271B

Tints of Mandarian Orange #99271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.81%

 BLUE value IS 27 (10.94% from 255) = 12.33%

R = 69.86%
G = 17.81%
B = 12.33%

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

#99271B (or 0x99271B) is known color: Mandarian Orange. HEX triplet: 99, 27 and 1B. RGB value is (153,39,27). Sum of RGB (Red+Green+Blue) = 153+39+27=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #99271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99271B is #66D8E4. Grayscale: #474747. Windows color (decimal): -6740197 or 1779609. OLE color: 1779609.

HSL color Cylindrical-coordinate representation of color #99271B: hue angle of 5.71º degrees, saturation: 0.7, 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 #99271B is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 39 27 -
CMYK 0 0.75 0.82 0.4
HSL 5.71º 0.7% 0.35% -
HSV(B) 5.71º 0.82% 0.6% -
XYZ 14.06 8.3 1.9 -
YUV 71.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 153 39 27 0 0.75 0.82 0.4 5.71 0.7 0.35
Hex 99 27 1B 0 4B 52 28 6 46 23
Octal 231 47 33 0 113 122 50 6 106 43
Binary 10011001 100111 11011 0 1001011 1010010 101000 110 1000110 100011

Color Harmonies of #99271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99271B

Black with #99271B

Text Example


Text Example

White with #99271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99271B; }

 p { color: rgb(153,39,27); }

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

background-color css

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

 a { background-color: rgb(153,39,27); }

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

border-color css

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

 span { border-color: rgb(153,39,27); }

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