Html Css Color HEX #9A363A Well Read

📋 copy color: '#9A363A'

red 154 ◦ green 54 ◦ blue 58

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

Shades of Well Read #9A363A

Tints of Well Read #9A363A

RGB

 RED value IS 154 (60.55% from 255) = 57.89%

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

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 57.89%
G = 20.3%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#9A363A (or 0x9A363A) is known color: Well Read. HEX triplet: 9A, 36 and 3A. RGB value is (154,54,58). Sum of RGB (Red+Green+Blue) = 154+54+58=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A363A is #65C9C5. Grayscale: #545454. Windows color (decimal): -6670790 or 3815066. OLE color: 3815066.

HSL color Cylindrical-coordinate representation of color #9A363A: hue angle of 357.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A363A is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 54 58 -
CMYK 0 0.65 0.62 0.40
HSL 357.6º 0.48% 0.41% -
HSV(B) 357.6º 0.65% 0.6% -
XYZ 15.41 9.81 5.09 -
YUV 84.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 154 54 58 0 0.65 0.62 0.40 357.6 0.48 0.41
Hex 9A 36 3A 0 41 3E 28 166 30 29
Octal 232 66 72 0 101 76 50 546 60 51
Binary 10011010 110110 111010 0 1000001 111110 101000 101100110 110000 101001

Color Harmonies of #9A363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A363A

Black with #9A363A

Text Example


Text Example

White with #9A363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A363A; }

 p { color: rgb(154,54,58); }

 H1.HeaderClassName
 {
   color: #9A363A;
 }
 .AnyTagClassName
 {
   color: #9A363A;
 }
</style>

background-color css

<style>
 a { background-color: #9A363A; }

 a { background-color: rgb(154,54,58); }

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

border-color css

<style>
 span { border-color: #9A363A; }

 span { border-color: rgb(154,54,58); }

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