Html Css Color HEX #953B43 Well Read

📋 copy color: '#953B43'

red 149 ◦ green 59 ◦ blue 67

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

Shades of Well Read #953B43

Tints of Well Read #953B43

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.45%

 BLUE value IS 67 (26.56% from 255) = 24.36%

R = 54.18%
G = 21.45%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#953B43 (or 0x953B43) is known color: Well Read. HEX triplet: 95, 3B and 43. RGB value is (149,59,67). Sum of RGB (Red+Green+Blue) = 149+59+67=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #953B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B43 is #6AC4BC. Grayscale: #565656. Windows color (decimal): -6997181 or 4406165. OLE color: 4406165.

HSL color Cylindrical-coordinate representation of color #953B43: hue angle of 354.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953B43 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 59 67 -
CMYK 0 0.60 0.55 0.42
HSL 354.67º 0.43% 0.41% -
HSV(B) 354.67º 0.6% 0.58% -
XYZ 14.97 9.92 6.44 -
YUV 86.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 149 59 67 0 0.60 0.55 0.42 354.67 0.43 0.41
Hex 95 3B 43 0 3C 37 2A 163 2B 29
Octal 225 73 103 0 74 67 52 543 53 51
Binary 10010101 111011 1000011 0 111100 110111 101010 101100011 101011 101001

Color Harmonies of #953B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B43

Black with #953B43

Text Example


Text Example

White with #953B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953B43; }

 p { color: rgb(149,59,67); }

 H1.HeaderClassName
 {
   color: #953B43;
 }
 .AnyTagClassName
 {
   color: #953B43;
 }
</style>

background-color css

<style>
 a { background-color: #953B43; }

 a { background-color: rgb(149,59,67); }

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

border-color css

<style>
 span { border-color: #953B43; }

 span { border-color: rgb(149,59,67); }

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