Html Css Color HEX #95393C Well Read

📋 copy color: '#95393C'

red 149 ◦ green 57 ◦ blue 60

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

Shades of Well Read #95393C

Tints of Well Read #95393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.43%

 BLUE value IS 60 (23.83% from 255) = 22.56%

R = 56.02%
G = 21.43%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95393C (or 0x95393C) is known color: Well Read. HEX triplet: 95, 39 and 3C. RGB value is (149,57,60). Sum of RGB (Red+Green+Blue) = 149+57+60=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #95393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95393C is #6AC6C3. Grayscale: #545454. Windows color (decimal): -6997700 or 3946901. OLE color: 3946901.

HSL color Cylindrical-coordinate representation of color #95393C: hue angle of 358.04º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95393C is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 57 60 -
CMYK 0 0.62 0.60 0.42
HSL 358.04º 0.45% 0.4% -
HSV(B) 358.04º 0.62% 0.58% -
XYZ 14.67 9.64 5.36 -
YUV 84.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 149 57 60 0 0.62 0.60 0.42 358.04 0.45 0.4
Hex 95 39 3C 0 3E 3C 2A 166 2D 28
Octal 225 71 74 0 76 74 52 546 55 50
Binary 10010101 111001 111100 0 111110 111100 101010 101100110 101101 101000

Color Harmonies of #95393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95393C

Black with #95393C

Text Example


Text Example

White with #95393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95393C; }

 p { color: rgb(149,57,60); }

 H1.HeaderClassName
 {
   color: #95393C;
 }
 .AnyTagClassName
 {
   color: #95393C;
 }
</style>

background-color css

<style>
 a { background-color: #95393C; }

 a { background-color: rgb(149,57,60); }

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

border-color css

<style>
 span { border-color: #95393C; }

 span { border-color: rgb(149,57,60); }

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