Html Css Color HEX #8A373D Well Read

📋 copy color: '#8A373D'

red 138 ◦ green 55 ◦ blue 61

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

Shades of Well Read #8A373D

Tints of Well Read #8A373D

RGB

 RED value IS 138 (54.3% from 255) = 54.33%

 GREEN value IS 55 (21.88% from 255) = 21.65%

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 54.33%
G = 21.65%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#8A373D (or 0x8A373D) is known color: Well Read. HEX triplet: 8A, 37 and 3D. RGB value is (138,55,61). Sum of RGB (Red+Green+Blue) = 138+55+61=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A373D is #75C8C2. Grayscale: #505050. Windows color (decimal): -7719107 or 4011914. OLE color: 4011914.

HSL color Cylindrical-coordinate representation of color #8A373D: hue angle of 355.66º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A373D is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 61 -
CMYK 0 0.60 0.56 0.46
HSL 355.66º 0.43% 0.38% -
HSV(B) 355.66º 0.6% 0.54% -
XYZ 12.69 8.47 5.38 -
YUV 80.5 117 169.01 -
System Red Green Blue C M Y K H S L
Decimal 138 55 61 0 0.60 0.56 0.46 355.66 0.43 0.38
Hex 8A 37 3D 0 3C 38 2E 164 2B 26
Octal 212 67 75 0 74 70 56 544 53 46
Binary 10001010 110111 111101 0 111100 111000 101110 101100100 101011 100110

Color Harmonies of #8A373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A373D

Black with #8A373D

Text Example


Text Example

White with #8A373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,55,61); }

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

background-color css

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

 a { background-color: rgb(138,55,61); }

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

border-color css

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

 span { border-color: rgb(138,55,61); }

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