Html Css Color HEX #963338 Well Read

📋 copy color: '#963338'

red 150 ◦ green 51 ◦ blue 56

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

Shades of Well Read #963338

Tints of Well Read #963338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.79%

R = 58.37%
G = 19.84%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#963338 (or 0x963338) is known color: Well Read. HEX triplet: 96, 33 and 38. RGB value is (150,51,56). Sum of RGB (Red+Green+Blue) = 150+51+56=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #963338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963338 is #69CCC7. Grayscale: #515151. Windows color (decimal): -6933704 or 3683222. OLE color: 3683222.

HSL color Cylindrical-coordinate representation of color #963338: hue angle of 356.97º 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 #963338 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 51 56 -
CMYK 0 0.66 0.63 0.41
HSL 356.97º 0.49% 0.39% -
HSV(B) 356.97º 0.66% 0.59% -
XYZ 14.48 9.14 4.74 -
YUV 81.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 150 51 56 0 0.66 0.63 0.41 356.97 0.49 0.39
Hex 96 33 38 0 42 3F 29 165 31 27
Octal 226 63 70 0 102 77 51 545 61 47
Binary 10010110 110011 111000 0 1000010 111111 101001 101100101 110001 100111

Color Harmonies of #963338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963338

Black with #963338

Text Example


Text Example

White with #963338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963338; }

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

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

background-color css

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

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

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

border-color css

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

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

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