Html Css Color HEX #95303F Well Read

📋 copy color: '#95303F'

red 149 ◦ green 48 ◦ blue 63

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

Shades of Well Read #95303F

Tints of Well Read #95303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.23%

R = 57.31%
G = 18.46%
B = 24.23%

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

#95303F (or 0x95303F) is known color: Well Read. HEX triplet: 95, 30 and 3F. RGB value is (149,48,63). Sum of RGB (Red+Green+Blue) = 149+48+63=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #95303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95303F is #6ACFC0. Grayscale: #4F4F4F. Windows color (decimal): -7000001 or 4141205. OLE color: 4141205.

HSL color Cylindrical-coordinate representation of color #95303F: hue angle of 351.09º 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 #95303F is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 48 63 -
CMYK 0 0.68 0.58 0.42
HSL 351.09º 0.51% 0.39% -
HSV(B) 351.09º 0.68% 0.58% -
XYZ 14.35 8.86 5.66 -
YUV 79.91 118.46 177.28 -
System Red Green Blue C M Y K H S L
Decimal 149 48 63 0 0.68 0.58 0.42 351.09 0.51 0.39
Hex 95 30 3F 0 44 3A 2A 15F 33 27
Octal 225 60 77 0 104 72 52 537 63 47
Binary 10010101 110000 111111 0 1000100 111010 101010 101011111 110011 100111

Color Harmonies of #95303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95303F

Black with #95303F

Text Example


Text Example

White with #95303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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