Html Css Color HEX #95363D Well Read

📋 copy color: '#95363D'

red 149 ◦ green 54 ◦ blue 61

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

Shades of Well Read #95363D

Tints of Well Read #95363D

RGB

 RED value IS 149 (58.59% from 255) = 56.44%

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

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

R = 56.44%
G = 20.45%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#95363D (or 0x95363D) is known color: Well Read. HEX triplet: 95, 36 and 3D. RGB value is (149,54,61). Sum of RGB (Red+Green+Blue) = 149+54+61=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #95363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95363D is #6AC9C2. Grayscale: #535353. Windows color (decimal): -6998467 or 4011669. OLE color: 4011669.

HSL color Cylindrical-coordinate representation of color #95363D: hue angle of 355.58º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95363D is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 54 61 -
CMYK 0 0.64 0.59 0.42
HSL 355.58º 0.47% 0.4% -
HSV(B) 355.58º 0.64% 0.58% -
XYZ 14.56 9.36 5.46 -
YUV 83.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 149 54 61 0 0.64 0.59 0.42 355.58 0.47 0.4
Hex 95 36 3D 0 40 3B 2A 164 2F 28
Octal 225 66 75 0 100 73 52 544 57 50
Binary 10010101 110110 111101 0 1000000 111011 101010 101100100 101111 101000

Color Harmonies of #95363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95363D

Black with #95363D

Text Example


Text Example

White with #95363D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,54,61); }

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

background-color css

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

 a { background-color: rgb(149,54,61); }

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

border-color css

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

 span { border-color: rgb(149,54,61); }

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