Html Css Color HEX #8D363B Well Read

📋 copy color: '#8D363B'

red 141 ◦ green 54 ◦ blue 59

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

Shades of Well Read #8D363B

Tints of Well Read #8D363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.23%

R = 55.51%
G = 21.26%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8D363B (or 0x8D363B) is known color: Well Read. HEX triplet: 8D, 36 and 3B. RGB value is (141,54,59). Sum of RGB (Red+Green+Blue) = 141+54+59=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D363B is #72C9C4. Grayscale: #505050. Windows color (decimal): -7522757 or 3880589. OLE color: 3880589.

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

Color convert

RGB 141 54 59 -
CMYK 0 0.62 0.58 0.45
HSL 356.55º 0.45% 0.38% -
HSV(B) 356.55º 0.62% 0.55% -
XYZ 13.09 8.62 5.11 -
YUV 80.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 141 54 59 0 0.62 0.58 0.45 356.55 0.45 0.38
Hex 8D 36 3B 0 3E 3A 2D 165 2D 26
Octal 215 66 73 0 76 72 55 545 55 46
Binary 10001101 110110 111011 0 111110 111010 101101 101100101 101101 100110

Color Harmonies of #8D363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D363B

Black with #8D363B

Text Example


Text Example

White with #8D363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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