Html Css Color HEX #8D362B Crab Apple

📋 copy color: '#8D362B'

red 141 ◦ green 54 ◦ blue 43

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

Shades of Crab Apple #8D362B

Tints of Crab Apple #8D362B

RGB

 RED value IS 141 (55.47% from 255) = 59.24%

 GREEN value IS 54 (21.48% from 255) = 22.69%

 BLUE value IS 43 (17.19% from 255) = 18.07%

R = 59.24%
G = 22.69%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8D362B (or 0x8D362B) is known color: Crab Apple. HEX triplet: 8D, 36 and 2B. RGB value is (141,54,43). Sum of RGB (Red+Green+Blue) = 141+54+43=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D362B is #72C9D4. Grayscale: #4E4E4E. Windows color (decimal): -7522773 or 2832013. OLE color: 2832013.

HSL color Cylindrical-coordinate representation of color #8D362B: hue angle of 6.73º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D362B is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 54 43 -
CMYK 0 0.62 0.70 0.45
HSL 6.73º 0.53% 0.36% -
HSV(B) 6.73º 0.7% 0.55% -
XYZ 12.74 8.48 3.25 -
YUV 78.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 141 54 43 0 0.62 0.70 0.45 6.73 0.53 0.36
Hex 8D 36 2B 0 3E 46 2D 7 35 24
Octal 215 66 53 0 76 106 55 7 65 44
Binary 10001101 110110 101011 0 111110 1000110 101101 111 110101 100100

Color Harmonies of #8D362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D362B

Black with #8D362B

Text Example


Text Example

White with #8D362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D362B; }

 p { color: rgb(141,54,43); }

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

background-color css

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

 a { background-color: rgb(141,54,43); }

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

border-color css

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

 span { border-color: rgb(141,54,43); }

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