Html Css Color HEX #88271C Mandarian Orange

📋 copy color: '#88271C'

red 136 ◦ green 39 ◦ blue 28

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

Shades of Mandarian Orange #88271C

Tints of Mandarian Orange #88271C

RGB

 RED value IS 136 (53.52% from 255) = 67%

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

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

R = 67%
G = 19.21%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88271C (or 0x88271C) is known color: Mandarian Orange. HEX triplet: 88, 27 and 1C. RGB value is (136,39,28). Sum of RGB (Red+Green+Blue) = 136+39+28=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #88271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88271C is #77D8E3. Grayscale: #424242. Windows color (decimal): -7854308 or 1845128. OLE color: 1845128.

HSL color Cylindrical-coordinate representation of color #88271C: hue angle of 6.11º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88271C is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 39 28 -
CMYK 0 0.71 0.79 0.47
HSL 6.11º 0.66% 0.32% -
HSV(B) 6.11º 0.79% 0.53% -
XYZ 11.09 6.77 1.82 -
YUV 66.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 136 39 28 0 0.71 0.79 0.47 6.11 0.66 0.32
Hex 88 27 1C 0 47 4F 2F 6 42 20
Octal 210 47 34 0 107 117 57 6 102 40
Binary 10001000 100111 11100 0 1000111 1001111 101111 110 1000010 100000

Color Harmonies of #88271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88271C

Black with #88271C

Text Example


Text Example

White with #88271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,39,28); }

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

background-color css

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

 a { background-color: rgb(136,39,28); }

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

border-color css

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

 span { border-color: rgb(136,39,28); }

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