Html Css Color HEX #88231D Mandarian Orange

📋 copy color: '#88231D'

red 136 ◦ green 35 ◦ blue 29

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

Shades of Mandarian Orange #88231D

Tints of Mandarian Orange #88231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

 BLUE value IS 29 (11.72% from 255) = 14.5%

R = 68%
G = 17.5%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88231D (or 0x88231D) is known color: Mandarian Orange. HEX triplet: 88, 23 and 1D. RGB value is (136,35,29). Sum of RGB (Red+Green+Blue) = 136+35+29=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88231D is #77DCE2. Grayscale: #404040. Windows color (decimal): -7855331 or 1909640. OLE color: 1909640.

HSL color Cylindrical-coordinate representation of color #88231D: hue angle of 3.36º degrees, saturation: 0.65, 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 #88231D is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 35 29 -
CMYK 0 0.74 0.79 0.47
HSL 3.36º 0.65% 0.32% -
HSV(B) 3.36º 0.79% 0.53% -
XYZ 10.98 6.53 1.84 -
YUV 64.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 136 35 29 0 0.74 0.79 0.47 3.36 0.65 0.32
Hex 88 23 1D 0 4A 4F 2F 3 41 20
Octal 210 43 35 0 112 117 57 3 101 40
Binary 10001000 100011 11101 0 1001010 1001111 101111 11 1000001 100000

Color Harmonies of #88231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88231D

Black with #88231D

Text Example


Text Example

White with #88231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88231D; }

 p { color: rgb(136,35,29); }

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

background-color css

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

 a { background-color: rgb(136,35,29); }

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

border-color css

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

 span { border-color: rgb(136,35,29); }

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