Html Css Color HEX #963438 Well Read

📋 copy color: '#963438'

red 150 ◦ green 52 ◦ blue 56

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

Shades of Well Read #963438

Tints of Well Read #963438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.16%

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

R = 58.14%
G = 20.16%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#963438 (or 0x963438) is known color: Well Read. HEX triplet: 96, 34 and 38. RGB value is (150,52,56). Sum of RGB (Red+Green+Blue) = 150+52+56=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #963438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963438 is #69CBC7. Grayscale: #515151. Windows color (decimal): -6933448 or 3683478. OLE color: 3683478.

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

Color convert

RGB 150 52 56 -
CMYK 0 0.65 0.63 0.41
HSL 357.55º 0.49% 0.4% -
HSV(B) 357.55º 0.65% 0.59% -
XYZ 14.52 9.23 4.76 -
YUV 81.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 150 52 56 0 0.65 0.63 0.41 357.55 0.49 0.4
Hex 96 34 38 0 41 3F 29 166 31 28
Octal 226 64 70 0 101 77 51 546 61 50
Binary 10010110 110100 111000 0 1000001 111111 101001 101100110 110001 101000

Color Harmonies of #963438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963438

Black with #963438

Text Example


Text Example

White with #963438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963438; }

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

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

background-color css

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

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

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

border-color css

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

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

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