Html Css Color HEX #963343 Well Read

📋 copy color: '#963343'

red 150 ◦ green 51 ◦ blue 67

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

Shades of Well Read #963343

Tints of Well Read #963343

RGB

 RED value IS 150 (58.98% from 255) = 55.97%

 GREEN value IS 51 (20.31% from 255) = 19.03%

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

R = 55.97%
G = 19.03%
B = 25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#963343 (or 0x963343) is known color: Well Read. HEX triplet: 96, 33 and 43. RGB value is (150,51,67). Sum of RGB (Red+Green+Blue) = 150+51+67=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #963343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963343 is #69CCBC. Grayscale: #525252. Windows color (decimal): -6933693 or 4404118. OLE color: 4404118.

HSL color Cylindrical-coordinate representation of color #963343: hue angle of 350.3º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963343 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 51 67 -
CMYK 0 0.66 0.55 0.41
HSL 350.3º 0.49% 0.39% -
HSV(B) 350.3º 0.66% 0.59% -
XYZ 14.77 9.26 6.32 -
YUV 82.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 150 51 67 0 0.66 0.55 0.41 350.3 0.49 0.39
Hex 96 33 43 0 42 37 29 15E 31 27
Octal 226 63 103 0 102 67 51 536 61 47
Binary 10010110 110011 1000011 0 1000010 110111 101001 101011110 110001 100111

Color Harmonies of #963343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963343

Black with #963343

Text Example


Text Example

White with #963343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963343; }

 p { color: rgb(150,51,67); }

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

background-color css

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

 a { background-color: rgb(150,51,67); }

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

border-color css

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

 span { border-color: rgb(150,51,67); }

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