Html Css Color HEX #95303E Well Read

📋 copy color: '#95303E'

red 149 ◦ green 48 ◦ blue 62

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

Shades of Well Read #95303E

Tints of Well Read #95303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.53%

 BLUE value IS 62 (24.61% from 255) = 23.94%

R = 57.53%
G = 18.53%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95303E (or 0x95303E) is known color: Well Read. HEX triplet: 95, 30 and 3E. RGB value is (149,48,62). Sum of RGB (Red+Green+Blue) = 149+48+62=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #95303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95303E is #6ACFC1. Grayscale: #4F4F4F. Windows color (decimal): -7000002 or 4075669. OLE color: 4075669.

HSL color Cylindrical-coordinate representation of color #95303E: hue angle of 351.68º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95303E is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 48 62 -
CMYK 0 0.68 0.58 0.42
HSL 351.68º 0.51% 0.39% -
HSV(B) 351.68º 0.68% 0.58% -
XYZ 14.32 8.85 5.51 -
YUV 79.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 149 48 62 0 0.68 0.58 0.42 351.68 0.51 0.39
Hex 95 30 3E 0 44 3A 2A 160 33 27
Octal 225 60 76 0 104 72 52 540 63 47
Binary 10010101 110000 111110 0 1000100 111010 101010 101100000 110011 100111

Color Harmonies of #95303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95303E

Black with #95303E

Text Example


Text Example

White with #95303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95303E; }

 p { color: rgb(149,48,62); }

 H1.HeaderClassName
 {
   color: #95303E;
 }
 .AnyTagClassName
 {
   color: #95303E;
 }
</style>

background-color css

<style>
 a { background-color: #95303E; }

 a { background-color: rgb(149,48,62); }

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

border-color css

<style>
 span { border-color: #95303E; }

 span { border-color: rgb(149,48,62); }

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